I’m working on a ragdoll system when a character dies.
If I turn off a rigidbody’s isKinematic property when it’s already penetrating geo, the body is ejected with velocity from the geo. Obviously, I do want the collision to be solved, but I’d rather the rigidbody be placed nicely outside of the geo rather than flinging it out. Can this be accomplished?