I have a ragdoll skeleton as a child of a enemy gameobject. Issue is whenever I add force to the ragdoll, I need to add it onto one of the skeleton nodes with a rigidbody, but when I do this the parent gameobject position won’t update since I’m just moving the child skeleton. The game thinks the parent gameobject is still in the same position even though it’s been pushed away.
How are ragdolls typically structured? How can I make it so that the parent gameobject’s transform is updated whenever I push the child ragdoll skeleton around?