diff --git a/Editor/Tools/Socket_Editor.cs b/Editor/Tools/Socket_Editor.cs index b1a5a2e..5e9c940 100644 --- a/Editor/Tools/Socket_Editor.cs +++ b/Editor/Tools/Socket_Editor.cs @@ -84,7 +84,7 @@ namespace Passer.Humanoid { GameObject obj = Instantiate(prefab, socket.transform.position, socket.transform.rotation); obj.name = prefab.name; // Remove the (Clone) - socket.Attach(obj.transform); + socket.Attach(obj.transform, false); if (socket.attachedTransform == null) Debug.LogWarning("Could not attach transform"); else {