alan9988

Results 1 comments of alan9988

``` [IFix.Patch] public async void OnBtnStart() { Debug.Log("-----1---------"); if (m_Started) { return; } Debug.Log("-----2---------"); m_Started = true; await UniTask.WaitUntil(()=>Game.AB.IsReady); Debug.Log("-----3---------"); await Game.Scene.LoadScene(AssetPathHelper.LocateScene("MapScene")); Debug.Log("-----4---------"); } ``` Output: 11-29 15:17:01.278 6978 6997...