x


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..

more ▼

asked May 02 '10 at 03:27 AM

Yukizatsu gravatar image

Yukizatsu
1 1 1 1

Typically you would just add bones to the hair in your model to make it susceptible to physics and that sort of thing, though this isn't something that would be done in Unity, it's something that should be done in your 3D modeling program. And thus, this is not a Unity question.

May 02 '10 at 05:11 AM qJake
(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

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.

more ▼

answered May 02 '10 at 09:52 AM

spinaljack gravatar image

spinaljack
9.1k 18 31 91

(comments are locked)
10|3000 characters needed characters left

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 :)

more ▼

answered Mar 30 at 08:50 PM

TomPendergrass gravatar image

TomPendergrass
169 3

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1882
x165
x33

asked: May 02 '10 at 03:27 AM

Seen: 2446 times

Last Updated: Mar 30 at 08:50 PM