ragdoll position update

i have created a ragdoll and that works fine. however his position is not updated in local space or world to where he lands. does anyone no how to solve this problem

I don’t know if you solve it yet… but you have to get the ragdoll root position, like:

ragdollPrefab.Find("Root/Hip").position

Hope it helps someone.