Skip to content

Commit 9ff8988

Browse files
authored
Merge pull request #170 from Scriptwonder/master
Update ManageGameObject.cs
2 parents 757edbc + 99faaf9 commit 9ff8988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UnityMcpBridge/Editor/Tools/ManageGameObject.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
using UnityEditorInternal;
1010
using UnityEngine;
1111
using UnityEngine.SceneManagement;
12-
using UnityMcpBridge.Editor.Helpers; // For Response class AND GameObjectSerializer
12+
using UnityMcpBridge.Editor.Helpers; // For Response class
13+
using UnityMcpBridge.Runtime.Serialization;
1314

1415
namespace UnityMcpBridge.Editor.Tools
1516
{

0 commit comments

Comments
 (0)