Create a scene with Unity with a ramp and a cube. Clicking on the ramp should allow the user to change the static friction and dynamic friction(you can do this by editing the properties of the attached Physic material). A ramp is a static object. When the user clicks on the cube, allow the user to change the physical properties of the cube, like static friction, dynamic friction, and mass.
Take a look at the old repository for guidance: https://github.com/sagarreddypatil/InVisionAR. The code is very messy, so feel free to ask any questions.
Create a scene with Unity with a ramp and a cube. Clicking on the ramp should allow the user to change the static friction and dynamic friction(you can do this by editing the properties of the attached Physic material). A ramp is a static object. When the user clicks on the cube, allow the user to change the physical properties of the cube, like static friction, dynamic friction, and mass.
Take a look at the old repository for guidance: https://github.com/sagarreddypatil/InVisionAR. The code is very messy, so feel free to ask any questions.