mrchrissross
Hi,
I’m trying to move my spaceship. My spaceship has two parts: The body, and the hood.
I’ve made the hood a child of the body node. However when I move the body rigidbody, the child does not move with it.
I know that if I move the body node using translate, that moves the child but that sacrifices collision detection.
Any help would be brilliant