human character with ragdoll hair

is it possible to make a character with his hair forms a ragdoll in unity? then how? i don't seems any example or video that show this thing..

Like SpikeX says, rigging should be done in the modelling software, once you've done that you add rigid bodies and joints to the bones of the hair model much like regular rag dolls. If you were using a non-physics simulated main character model but with ragdoll hair you simply set the body to kinematic and put a fixed joint on it to make the hair stay on the character but still be able to rag doll.

I know this is way late, but a possible solution for you is to instead use the skinned cloth renderer: http://docs.unity3d.com/Documentation/Components/class-SkinnedCloth.html

It won’t interact with the environment, but it will give you flowing beautiful hair on your characters :slight_smile: