Dear,
I’m using different Defold assets. Because of that I have run into some issues related to order of execution of used Game Objects in my collection.
The question is if I have 3 objects A, B and C. How can I make sure that:
function init() of A is first to be executed
then function init() of B is Second
and init() C is third
I read the manual “core concept”, I couldn’t find something explaining the order of execution or how the engine decide which GO is first within the same GameCollection…
Thanks a lot
Regards
Riad