I have a cube:
alt text
That is placed over another cube:
alt text
In the scene they are placed like this:
alt text
As the second cube is kinematic it isn’t affected by gravity and acts as ground layer on which the cube lays. If i start the game the cubes transform and rotation messes up like this:
alt text
This shouldn’t be that big of a problem but as the cube is affected by forces many times its direction changes massively! The only reason for the occurrence of this problem is Unity’s use of floating point variables for the position and rotation. If this really is the problem is there any way to solve this?
Thanks!