'As soon as I stack more than 3 cubes, they start to bounce and slide. How can I fix this?
I am currently building a simple mixed reality application in Unity where you should be able to stack different sized cubes on top of each other. As soon as I add a third cube though, the collision seems to get weird. I have already played around with the rigidbody settings but so far nothing has worked. I have also enabled adaptive force.
Solution 1:[1]
You need to freeze the x and z axis on the rigidbody
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Safrosoft |

