From 74318889a2a1f3d93d1dbd7e35b610fce575043e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Mon, 9 Mar 2026 20:37:37 +0800 Subject: [PATCH] 1 --- Runtime/UI/UIBase/UIBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/UI/UIBase/UIBase.cs b/Runtime/UI/UIBase/UIBase.cs index b8b82da..421c89c 100644 --- a/Runtime/UI/UIBase/UIBase.cs +++ b/Runtime/UI/UIBase/UIBase.cs @@ -253,7 +253,7 @@ namespace AlicizaX.UI.Runtime } internal async UniTask InternalDestroy() - { + {1 if (!UIStateMachine.ValidateTransition(GetType().Name, _state, UIState.Destroying)) return;