#root

1 messages · Page 1 of 1 (latest)

grizzled pollen
brazen bloom
#

So, as you can see, the root is initialized later than you try to access it.

grizzled pollen
#

yeah

#

how do I change the order?

#

I tried placing it later or moving it around in the hierarchy

brazen bloom
#

Hierarchy is unrelated. It either need to be in a callback that is called later in the execution order( awake -> start) or you can adjust the script execution order in project settings(not recommended).