SceneBase.OnEnter() Method
Called when entering the scene (after loading, before first update). Use this to initialize scene state, start music, or perform any one-time setup. Called on the main thread.
protected internal virtual void OnEnter();
Called when entering the scene (after loading, before first update). Use this to initialize scene state, start music, or perform any one-time setup. Called on the main thread.
protected internal virtual void OnEnter();