Consider this platform made of RigidBody2D and PinJoint2D objects:
PinJoint2D setup is:
Softness= 0Bias= 0.9
When I set the mass of the platform with high value, the structure starts to shake like this:
Why is this happening and how to fix that?

