diff --git a/Runtime/UGUIExtension/UX/UXButton.cs b/Runtime/UGUIExtension/UX/UXButton.cs index 81893d0..e523efb 100644 --- a/Runtime/UGUIExtension/UX/UXButton.cs +++ b/Runtime/UGUIExtension/UX/UXButton.cs @@ -62,7 +62,6 @@ internal enum SelectionState } [DisallowMultipleComponent] -[RequireComponent(typeof(Graphic))] public class UXButton : UIBehaviour, IButton, IPointerDownHandler, IPointerUpHandler,