From 55ace8d02bce72980c6e73c33fb1cd97e3b49f02 Mon Sep 17 00:00:00 2001 From: LiRuoChen <571244399@qq.com> Date: Thu, 25 Jun 2026 10:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8=E4=BB=80=E4=B9=88?= =?UTF-8?q?=E9=83=BD=E6=B2=A1=E6=9C=89=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Scripts/XuiavrgLocator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Runtime/InterfaceAttributeReflectionGenerator/Scripts/XuiavrgLocator.cs b/Runtime/InterfaceAttributeReflectionGenerator/Scripts/XuiavrgLocator.cs index 712baca..4cd62d9 100644 --- a/Runtime/InterfaceAttributeReflectionGenerator/Scripts/XuiavrgLocator.cs +++ b/Runtime/InterfaceAttributeReflectionGenerator/Scripts/XuiavrgLocator.cs @@ -67,11 +67,12 @@ namespace XericUI.ReflectionUIGenerator [ShowIf("classify", UIElementClassify.UIDropdown)] #endif public UnityEngine.UI.Dropdown UIDropdown; - +#if dUI_TextMeshPro #if ODIN_INSPECTOR [ShowIf("classify", UIElementClassify.TMPInputField)] #endif public TMPInputTriggerEvent TMPInputTriggerOnEventType; +#endif #if ODIN_INSPECTOR [ShowIf("classify", UIElementClassify.UIInputField)] #endif