diff --git a/Runtime/UGUIExtension/UX/UXButton.cs b/Runtime/UGUIExtension/UX/UXButton.cs index 20319f3..f01e252 100644 --- a/Runtime/UGUIExtension/UX/UXButton.cs +++ b/Runtime/UGUIExtension/UX/UXButton.cs @@ -34,6 +34,7 @@ internal enum SelectionState Selected, Disabled, } + [ExecuteInEditMode] [DisallowMultipleComponent] public class UXButton : UIBehaviour, IButton,