Ragdolls moveable?

Hello,

whenever i have a ragdoll (created with the unity ragdoll wizard) and i try to push it around with my standart-unity-fps-player, i’m going on top of the ragdoll. But i would like to have a similar effect like in Bulletstorm, where you can push the ragdolls around on the floor.

So what must i change?

I hope you know what i mean :3

Greetings,
Mauri

No one any idea? :frowning:

Bump :frowning:

The standard unity fps player does not support these kind of physics by itself. There is an example of how to add them yourself in the 2D platform tutorial. Basicly what it tells you is to implement the OnCollision function and manually call a physics altering function on the object you collided with.