Scene.onActivate() is called before Scene.onInitialize() #418
Labels
bug
This issue describes undesirable, incorrect, or unexpected behavior
good first issue
good for people new to open source and Excalibur
Milestone
This is especially problematic if you have an event listener defined in onActivate() that performs logic on the scene's child actors in onInitialize(). The first time the scene is visited, those actors haven't been instantiated yet.
The text was updated successfully, but these errors were encountered: