Implement a scene manager inside the engine to: - Switch between scenes at runtime - Maintain current scene state - Ensure `onExit` of old scene and `onEnter` of new scene are called
Implement a scene manager inside the engine to:
onExitof old scene andonEnterof new scene are called