How to make a custom ragdolls with different bones
So I have a bunch of rigged animals that I want to make into a ragdoll. But I can't use the ragdoll wizard on the snake because the snake doesn't have legs or arms. Any help
I don't think the ragdoll wizard would work with quadrupeds either because you need to be in "T" pose, unless you modeled them and can put them in that pose :) For a snake have you perhaps thought of using joints?
Answer by Firedan1176 · Jan 04, 2016 at 03:00 AM
The Ragdoll Wizard is exactly as it is titled, a wizard. It uses tools already built into Unity to make your life easier. The Ragdoll Wizard is actually pretty old, and hasn't been updated. It only supports humanoid rigged characters.
Essentially, the Ragdoll Wizard attaches Rigidbodies, Colliders, and Joints to your rigged character. For your snake, however, as long as he is rigged, you can attach your own Joints, etc.
You're really going to have to do it yourself, I'm afraid. Good luck.