- Home /
Question by
ProNoob2 · Sep 16, 2019 at 07:09 AM ·
movementphysicsunityeditorjointshingejoint
Hinge Joint rotating on its own
I have a rigidbody say firstRb
which is connected to another rigidbody say secondRb
with a hinge joint. When game starts firstRb
starts to slowly rotate on its own. HingeJoint isn't using motor nor spring nor limits. Break force and torque both are set to infinity.
Comment
Not a great deal of information here, but could it be that there is a collider on the ribs that are overlapping and colliding slowly pushing them apart? If they have colliders, try disabling them and see if the problem goes away.
@SteenPetersen $$anonymous$$an you are Legend!!! It was indeed the problem.