diff --git a/UnityMcpBridge/Editor/Tools/ManageGameObject.cs b/UnityMcpBridge/Editor/Tools/ManageGameObject.cs index 414603d..bf19161 100644 --- a/UnityMcpBridge/Editor/Tools/ManageGameObject.cs +++ b/UnityMcpBridge/Editor/Tools/ManageGameObject.cs @@ -9,6 +9,7 @@ using UnityEditorInternal; using UnityEngine; using UnityEngine.SceneManagement; using UnityMcpBridge.Editor.Helpers; // For Response class +using UnityMcpBridge.Runtime.Serialization; namespace UnityMcpBridge.Editor.Tools {