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. |
||
|---|---|---|
| .. | ||
| GameObjectSerializer.cs | ||
| Response.cs | ||
| Response.cs.meta | ||
| ServerInstaller.cs | ||
| ServerInstaller.cs.meta | ||
| Vector3Helper.cs | ||
| Vector3Helper.cs.meta | ||