We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 757edbc + 99faaf9 commit 9ff8988Copy full SHA for 9ff8988
UnityMcpBridge/Editor/Tools/ManageGameObject.cs
@@ -9,7 +9,8 @@
9
using UnityEditorInternal;
10
using UnityEngine;
11
using UnityEngine.SceneManagement;
12
-using UnityMcpBridge.Editor.Helpers; // For Response class AND GameObjectSerializer
+using UnityMcpBridge.Editor.Helpers; // For Response class
13
+using UnityMcpBridge.Runtime.Serialization;
14
15
namespace UnityMcpBridge.Editor.Tools
16
{
0 commit comments