#my child isnt inheriting their parents position or rotation

15 messages · Page 1 of 1 (latest)

wheat prism
#

help please

slender swan
#

Usually that means top level is enabled
Find top level in inspector on the right to confirm

hollow wigeon
#

I also had a similar problem with this today. I was moving a node to have a different patent and expecting the position to move over, but I was only calling add_child() and not calling remove_child() on the previous parent. Another way around that is to call reparent() on the node you are moving. Anyway, hope this helps.

elder bridge
elder bridge
elder bridge
#

huh

#

I'm talking about the reply above silly

wheat prism
#

oh

elder bridge
#

use .reparent() I think

wheat prism
#

from scene -> scene

elder bridge
#

.reparent should work on anything in the tree