unity-mcp/UnityMcpBridge/Editor/Helpers
David Sarno dd0113d258 Refactor: Extract GameObject/Component serialization to GameObjectSerializer helper
Moved serialization logic (GetGameObjectData, GetComponentData, metadata caching, JSON conversion helpers) from ManageGameObject tool to a dedicated GameObjectSerializer class in the Helpers namespace.

This improves separation of concerns and reduces the size/complexity of ManageGameObject.cs. Updated ManageGameObject to use the new helper class.
2025-04-10 09:42:42 -07:00
..
GameObjectSerializer.cs Refactor: Extract GameObject/Component serialization to GameObjectSerializer helper 2025-04-10 09:42:42 -07:00
Response.cs restructured project 2025-04-08 06:14:13 -04:00
Response.cs.meta restructured project 2025-04-08 06:14:13 -04:00
ServerInstaller.cs added public helper methods for project versions 2025-04-09 07:42:43 -04:00
ServerInstaller.cs.meta added remote install of python server 2025-04-08 07:22:24 -04:00
Vector3Helper.cs restructured project 2025-04-08 06:14:13 -04:00
Vector3Helper.cs.meta restructured project 2025-04-08 06:14:13 -04:00