alan9988
Results
1
issues of
alan9988
``` [IFix.Patch] public async void OnBtnStart() { Debug.Log("---111---"); m_VersionText.text = 1.ToString(); if (m_Started) { return; } Debug.Log("---2222---"); await Task.Delay(3000); m_VersionText.text = 2.ToString(); Debug.Log("---333---"); ``` Output: 11-25 17:25:33.413 2475 2491 I...