How to prevent joints from separating from their anchor points? (127269)

I am trying to create something that at least passes for a chain made of links. I am having an issue in making sure that the individual chain links to do not separate from each other.

This is what I mean:
http://gfycat.com/PeacefulUnhappyHornbill

Each capsule has a RigidBody and a ConfigurableJoint with the following settings:


I’ve been wrecking my head about how to accomplish this for 2 days now and would appreciate any help.

1 Answer

1

For anyone else that has a problem, go into Project setting → Physics2D and set Default Connect Offset to the lowest it can go (0.0001). This fixed it for me.