Main/System/HeroUI/HeroScenePosCell.cs @@ -101,6 +101,7 @@ { //延迟0.5秒显示 await UniTask.Delay(TimeSpan.FromSeconds(HeroUIManager.clickFlyPosTime)); if (this == null) return; // destroyed during await objForfly.SetActive(true); } }