Ragdoll not working in Luna
This could be caused by the use of Interpolate - Interpolate
, and Collision Detection - Continuous Speculative
values on the Rigidbody attached to an object that includes a Character Joint
component.
Possible solution:
- Set Interpolate to
none
, and Collision Detection todiscrete
.