diff --git a/UnityMcpBridge/Editor/Tools/ManageGameObject.cs b/UnityMcpBridge/Editor/Tools/ManageGameObject.cs index d6aa9f83..36897a92 100644 --- a/UnityMcpBridge/Editor/Tools/ManageGameObject.cs +++ b/UnityMcpBridge/Editor/Tools/ManageGameObject.cs @@ -9,7 +9,8 @@ using UnityEditorInternal; using UnityEngine; using UnityEngine.SceneManagement; -using UnityMcpBridge.Editor.Helpers; // For Response class AND GameObjectSerializer +using UnityMcpBridge.Editor.Helpers; // For Response class +using UnityMcpBridge.Runtime.Serialization; namespace UnityMcpBridge.Editor.Tools {