Scene onInitialize
does not fire before actor onInitialize
#1553
Labels
bug
This issue describes undesirable, incorrect, or unexpected behavior
This bug was discovered and fixed in Ludum 46
Steps to Reproduce
Create a scene and override the
onInitialize
Create an actor in that scene and override the
onInitialize
Observe that the actor
onInitialize
fires before the scene's, which is unexpected and not according to the documentationExpected Result
Scenes must fully initialize before attempting to initialize their actors.
Actual Result
When using the lifecycle
onInitialize
override the order was not respectedEnvironment
Current Workaround
None
The text was updated successfully, but these errors were encountered: