0

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.

As soon as I add a third cube, they "slide into each other"

derHugo
  • 83,094
  • 9
  • 75
  • 115

1 Answers1

0

You need to freeze the x and z axis on the rigidbody

Safrosoft
  • 14
  • 4