Hi everyone,
I have placed a rigidbody item into an animated draw. The draw has box colliders to represent its collison, I’ve made a video to demonstrate the issue. Does anybody know how to get these two objects to interact predictably?.
Cheers, Travis
maybe you object inside the drawer goes to sleepmode? try Dont Sleep in rigidbody?
*oh wait, dont sleep is for 2d rigidbody, for 3d one, need to use script to keep it awake,
Thanks, I looked into that. Although it didnt solve my issue, it was good reading on how rigidbodies work and are optimised.