I’m wondering if it’s possible to create a custom ragdoll? Because all of the characters in our game does not fit the ragdoll wizard. We could make it work, but it would look crazy ugly!
The characters we need ragdoll for:
I would guess it’s possible by using colliders and so on, but I’m not sure how. Could someone please enlighten me here?
a ragdoll is just a collection of colliders and joints setup on bones of your object.
Look into how the ragdoll wizard does work and you’ll see. If you wanted to experiment, put a object in without animations, and set up a few bones as rigbodies and give them some colliders, they should fall, etc. then you’d have to figure out the variuos joints you’d need to connect them to eachother.
The ragdoll wizard is just a unity editor script. i suppose you could write your own to do everything once you know how.