Merge pull request #170 from Scriptwonder/master

Update ManageGameObject.cs
main
Shutong Wu 2025-07-25 14:46:33 +08:00 committed by GitHub
commit 9ff89886ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ using UnityEditor.SceneManagement;
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
{