diff --git a/Runtime/UXComponent/Hotkey/UXHotkeyRegisterManager.cs b/Runtime/UXComponent/Hotkey/UXHotkeyRegisterManager.cs index 1726083..00a18eb 100644 --- a/Runtime/UXComponent/Hotkey/UXHotkeyRegisterManager.cs +++ b/Runtime/UXComponent/Hotkey/UXHotkeyRegisterManager.cs @@ -5,7 +5,6 @@ using UnityEngine.InputSystem; using System.Collections.Generic; using System.Collections; using AlicizaX.UI; -using UnityEditor.Callbacks; namespace AlicizaX.UI { @@ -40,7 +39,7 @@ namespace AlicizaX.UI #if UNITY_EDITOR - [DidReloadScripts] + [UnityEditor.Callbacks.DidReloadScripts] internal static void ClearHotkeyRegistry() { foreach (var key in _buttonRegistrations.Keys)