Commit Graph

618 Commits (e73c9c16514677fa28c893bfddf3b48c0ac8f3a6)

Author SHA1 Message Date
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
David Sarno 15ba68f473 feat: Improve GameObject serialization and add includeNonPublicSerialized flag 2025-04-10 08:12:20 -07:00
David Sarno 9b11224357 Feat: Generalize GetComponentData using reflection 2025-04-09 19:58:42 -07:00
Justin P Barnett cbe9b3a2f0
Merge pull request #87 from justinpbarnett/bugfix/python-server-status
Bugfix/python server status
2025-04-09 09:12:24 -04:00
Justin Barnett 4a3f4e7301 linting and removed unused properties 2025-04-09 09:10:21 -04:00
Justin Barnett 52c75f9521 added project install status and re-added connection check 2025-04-09 07:43:01 -04:00
Justin Barnett b2f65f2ffc added public helper methods for project versions 2025-04-09 07:42:43 -04:00
Justin P Barnett 9f855d6f79
Merge pull request #83 from justinpbarnett/update-readme
Update README.md
2025-04-08 21:14:37 -04:00
Justin P Barnett 2fb6be0675
Update README.md 2025-04-08 21:14:25 -04:00
Justin P Barnett 5d987648d9
Merge pull request #82 from justinpbarnett/feature/install-overhaul
Feature/install overhaul
2025-04-08 20:58:02 -04:00
Justin Barnett 99f38e21bd PR prep 2025-04-08 20:55:22 -04:00
Justin Barnett 9032c5809d update server test 2025-04-08 15:25:55 -04:00
Justin Barnett 8c50e01add update update path 2025-04-08 15:23:46 -04:00
Justin Barnett a3f1926338 pass content, not path 2025-04-08 15:19:52 -04:00
Justin Barnett 2f260861df update pyproject.toml path 2025-04-08 15:17:26 -04:00
Justin Barnett 64b771210b update version analysis 2025-04-08 15:13:41 -04:00
Justin Barnett 8ed8c62cce updated auto-config server location 2025-04-08 15:03:16 -04:00
Justin Barnett f446b502ee removed logging 2025-04-08 15:02:59 -04:00
Justin Barnett e9bc45c0df updated PyprojectUrl 2025-04-08 14:20:54 -04:00
Justin Barnett d5917bdbec added loging, updated paths 2025-04-08 14:12:30 -04:00
Justin Barnett 3199421586 removed python and uv check during install 2025-04-08 14:03:56 -04:00
Justin Barnett 7b303b5ba3 update pyproject.toml get location 2025-04-08 11:44:12 -04:00
Justin Barnett e4ccf614c5 update server save location, again 2025-04-08 11:41:14 -04:00
Justin Barnett 0aa191c7e3 update pyproject name and save location again 2025-04-08 11:10:01 -04:00
Justin Barnett b8c8910323 update install location 2025-04-08 10:56:05 -04:00
Justin Barnett b36c4576d9 only install UnityMcpServer folder, not whole repo 2025-04-08 10:48:39 -04:00
Justin Barnett 33b6486b70 backslashes for windows 2025-04-08 10:39:14 -04:00
Justin Barnett 2f6d748607 updated server install process 2025-04-08 10:33:14 -04:00
Justin Barnett 441c0aac57 gracefully handle multiple processes 2025-04-08 09:46:52 -04:00
Justin Barnett 99ceb49ac3 update server install process 2025-04-08 09:46:34 -04:00
Justin P Barnett 0b1a0c38cb
Merge pull request #81 from justinpbarnett/enable-funding
Create FUNDING.yml
2025-04-08 09:12:03 -04:00
Justin P Barnett 0ccc5c5c3b
Create FUNDING.yml 2025-04-08 09:11:50 -04:00
Justin Barnett 7beaab1fcb updated GitUrl to include branch name 2025-04-08 08:59:26 -04:00
Justin Barnett 8a89f55daf update installer to account for different os 2025-04-08 07:52:44 -04:00
Justin Barnett 183b44ae9c update gitignore 2025-04-08 07:44:46 -04:00
Justin Barnett ca7124ef42 updated gitignore 2025-04-08 07:29:23 -04:00
Justin Barnett 61a7cb9e28 added remote install of python server 2025-04-08 07:22:24 -04:00
Justin Barnett 75b62d3710 updated gitignore 2025-04-08 07:22:06 -04:00
Justin Barnett cb603b7b1a restructured project
- moved Unity package and Python application into separate folders to be
downloaded separately using clone .git/UnityMcpBridge
2025-04-08 06:14:13 -04:00
Justin P Barnett 7cfb821eb3
Merge pull request #70 from justinpbarnett/bugfix/prompt-cleanup
version update
2025-03-31 21:18:28 -04:00
Justin Barnett 9c8ac7a2aa version update 2025-03-31 21:17:35 -04:00
Justin P Barnett 82190e7736
Merge pull request #69 from justinpbarnett/bugfix/prompt-cleanup
cleaned up helper prompts and readme stuff
2025-03-31 21:14:50 -04:00
Justin Barnett be8ef69b89 cleaned up helper prompts and readme stuff 2025-03-31 21:14:27 -04:00
Justin P Barnett cde8118e25
Merge pull request #68 from justinpbarnett/feature/tool-overhaul
Feature/tool overhaul
2025-03-31 20:27:11 -04:00
Justin Barnett a7750e4257 removed urp requirement 2025-03-31 16:41:50 -04:00
Justin Barnett 0b51ff50d5 remove all optional and union and any parameters for cursor 2025-03-31 16:34:24 -04:00
Justin Barnett ba4c2a85bf fixed prefab creation/update errors 2025-03-31 10:49:35 -04:00
Justin Barnett 4f5a6a0014 increasted timeout and buffer 2025-03-30 16:01:17 -04:00
Justin Barnett 8d86cada1c new tools 2025-03-30 15:58:01 -04:00
Justin P Barnett 13508f2e56
Merge pull request #49 from flashwade03/feature/base64_encoding
add text encoding process(base64) to 'View Script' Command for fixing timeout issue.
2025-03-26 12:52:27 -04:00