Help with cloth collision

I got unity 3 but now when i put cloth on an imported object I want it to collide with another object I imported but it doesn't collide with anything help..please?

the cloth react to other objects but how can i do something that other objects react to cloth and collide with it. i don't want them pass it.

for example when a ball collides to my cloth the cloth will act naturally but the ball continue it's movement normally.

1 Answer

1

Try changing the 'density' and 'collision response' variables. The collision response defaults to 0, so it has no impact on colliding objects. Fairly realistic values for simple cloth are probably 1 density and about 0.05 collision response.

thanks I actually figuerd it out already though aperrently it doesn't respond to collision if it is parented to another object... anyway thanks for the answer!

how to detect collision of cloth with other gameobject with box collider on it