Is it possible for a child object to inherit some transform properties from a parent (such as x and z positions), while not inheriting others (such as y-position, rotation etc)?
(I want the child object to move with the parent object across the ground, but to remain on the ground when the parent object jumps - a bit like Skippy dragging a ball-and-chain…)
How might this be done?
Thanks!