From 31583b828a0e30941abd7f73049c6caab71026cd Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 14 Apr 2023 11:06:04 +0200 Subject: [PATCH] Enable Multi-edit --- Editor/Tools/Handle_Editor.cs | 1 + 1 file changed, 1 insertion(+) 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 {