diff --git a/Editor/Tools/Handle_Editor.cs b/Editor/Tools/Handle_Editor.cs index ca16355..c1d2346 100644 --- a/Editor/Tools/Handle_Editor.cs +++ b/Editor/Tools/Handle_Editor.cs @@ -4,6 +4,7 @@ using UnityEngine; namespace Passer { using Humanoid; + [CanEditMultipleObjects] [CustomEditor(typeof(Handle), true)] public class Handle_Editor : Editor {