![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | CalmTurtle |
No problem, just wondering why we use one function over the other. Every tutorial/demo/example I have seen prefers the _ready().
According to the documentation, the only difference is _enter_tree() fires when it enters the SceneTree where as _ready() waits for all the children as well before firing.
Is there another other pattern-based reason for using one over the other?
Thanks.