Enemy Falls Through the Ground on Death

When the character goes into ragdoll mode it's up to Unity's physics to detect collisions. It sounds like you'll need to update the configuration of the joints in order to prevent them from moving through the ground.
 
I'm not sure how to go about this. I've looked into Unity's joint configuration docs. There's a lot of info there, where do I start?
 
Top