Main/System/Tip/ScrollTipWin.cs @@ -75,6 +75,7 @@ { OnTipReceiveEvent(); await UniTask.Delay(100); if (this == null) return; // destroyed during await } } finally