From 1956de3bdacc0afdfc69a54fa4661f77e5c66bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Thu, 17 Apr 2025 16:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/UGUIExtension/UX/UXButton.cs | 1 - 1 file changed, 1 deletion(-) 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,