diff --git a/Editor/Tools/Input/ControllerInput_Editor.cs b/Editor/Tools/Input/ControllerInput_Editor.cs index 7d95f7c..ae97030 100644 --- a/Editor/Tools/Input/ControllerInput_Editor.cs +++ b/Editor/Tools/Input/ControllerInput_Editor.cs @@ -4,7 +4,7 @@ using UnityEngine; namespace Passer { using Humanoid; - [CustomEditor(typeof(ControllerInput))] + [CustomEditor(typeof(ControllerInput), true)] public class ControllerInput_Editor : Editor { protected ControllerInput controllerInput;