- I took 2 gameobjects and added rigidbody to it.
- Added fixedjoint to one gameobject and put connected body another gameobject.
- Both game object move together if I add force to one gameobject.
- I disabled connected body gameobject for a moment and then enabled it.
5.gameobjects are not behaving as per the property of fixed joint. They move separately like there is no joint.
Please help me with this problem