Commit Graph

  • 41f0a57f81 Merge pull request #176 from Scriptwonder/master Shutong Wu 2025-07-29 12:21:21 +08:00
  • 32e4b2642f Unity-MCP AutoConnect Scriptwonder 2025-07-29 00:17:36 -04:00
  • 01a3d472af Merge pull request #175 from dsarno/claude-code-button Shutong Wu 2025-07-29 06:30:46 +08:00
  • 92ad2c5031 Minor Changes Scriptwonder 2025-07-28 18:30:33 -04:00
  • 7dbb03b84e Update UnityMcpEditorWindow.cs Scriptwonder 2025-07-28 18:11:23 -04:00
  • 2749b4e0c0 feat: Add comprehensive UV error handling and installation guidance David Sarno 2025-07-28 11:55:08 -07:00
  • cb59b08b51 Add Claude Code support with register/unregister toggle David Sarno 2025-07-28 10:45:07 -07:00
  • a3b13195af Merge pull request #173 from Scriptwonder/master Shutong Wu 2025-07-28 12:07:49 +08:00
  • 0b6aa35a43 Merge branch 'justinpbarnett:master' into master Shutong Wu 2025-07-28 11:58:36 +08:00
  • 3ca4746a78 Update README.md Scriptwonder 2025-07-27 23:57:18 -04:00
  • 9ff89886ac Merge pull request #170 from Scriptwonder/master Shutong Wu 2025-07-25 14:46:33 +08:00
  • 99faaf9684 Merge branch 'master' into master Shutong Wu 2025-07-25 14:46:25 +08:00
  • a2ae3d51ef Update ManageGameObject.cs Scriptwonder 2025-07-25 02:44:00 -04:00
  • 757edbc5a4 Merge pull request #93 from dsarno/feature/generalize-getcomponentdata Shutong Wu 2025-07-25 14:38:30 +08:00
  • 46d7271e3d Update ManageGameObject.cs Scriptwonder 2025-07-25 02:32:19 -04:00
  • 37db670427 Fix missing closing brace in SetComponentPropertiesInternal method Scriptwonder 2025-07-25 02:27:20 -04:00
  • 68efdf1bfe Clean up comment formatting in GameObjectSerializer Scriptwonder 2025-07-25 02:26:24 -04:00
  • c0bcfcaab1 Merge pull request #169 from Scriptwonder/master Shutong Wu 2025-07-24 11:32:53 +08:00
  • 9101105212 Code Validation Update Scriptwonder 2025-07-23 23:31:47 -04:00
  • 6906c24290 Merge pull request #108 from michaelnugent/container Shutong Wu 2025-07-14 02:10:40 -04:00
  • 0147a76161 Merge pull request #163 from justinpbarnett/Scriptwonder-patch-2 Shutong Wu 2025-07-14 02:01:40 -04:00
  • b13661c8fb Update README.md Shutong Wu 2025-07-14 02:01:25 -04:00
  • 6a47945479 Merge pull request #106 from Tanichael/feature/manage-shader Shutong Wu 2025-07-14 01:45:29 -04:00
  • 55f7c55389 Update for ManageShader Scriptwonder 2025-07-14 01:42:16 -04:00
  • ed98fee989 Merge pull request #161 from justinpbarnett/Scriptwonder-patch-1 Shutong Wu 2025-07-13 16:32:19 -04:00
  • 6665eac515 Readme update with badges and more Scriptwonder 2025-07-13 16:29:58 -04:00
  • e5793a6347 Update on Readme and TODO Scriptwonder 2025-07-13 16:06:32 -04:00
  • fb8be3b1c5 Update ManageAsset.cs Shutong Wu 2025-07-13 15:14:08 -04:00
  • 8211d85563 Merge pull request #126 from xsodus/feature/vscode-ghcs-support Shutong Wu 2025-07-13 15:10:36 -04:00
  • 558b051323 Merge pull request #131 from Sunjnn/master Shutong Wu 2025-07-13 14:45:13 -04:00
  • 21fbac60c2 Update for PhysicsMaterial Scriptwonder 2025-07-13 14:33:06 -04:00
  • e67b806f54 Merge pull request #155 from Scriptwonder/master Shutong Wu 2025-07-08 02:40:10 -04:00
  • db64653c7e Merge branch 'justinpbarnett:master' into master Shutong Wu 2025-07-08 02:37:46 -04:00
  • 7b3b562c72 Update ManageAsset.cs Scriptwonder 2025-07-08 02:37:08 -04:00
  • 0f5304e36e Merge pull request #153 from Scriptwonder/master Shutong Wu 2025-07-07 15:44:47 -04:00
  • 1e8862aa4b Update ManageAsset.cs Shutong Wu 2025-07-07 15:43:34 -04:00
  • 410b95ac41 Merge pull request #151 from Scriptwonder/master Shutong Wu 2025-07-06 19:55:01 -04:00
  • 85c947a34e Minor Bug Fix Scriptwonder 2025-07-06 19:51:12 -04:00
  • 77ed43bac5 docs: add summary for ApplyPhysicsMaterialProperties method 亭鹤 2025-05-22 19:48:16 +08:00
  • d1249cb281 feat: add support for creating PhysicsMaterial assets 亭鹤 2025-05-22 17:23:12 +08:00
  • a880bf485b Refactor configuration handling in UnityMcpEditorWindow to streamline JSON serialization and improve client type management xsodus 2025-05-12 15:05:56 +07:00
  • 48a865d386 Remove redundant field definitions inherited from ManualConfigEditorWindow in VSCodeManualSetupWindow xsodus 2025-05-12 09:34:27 +07:00
  • 861e6bc62c Refactor VSCodeManualSetupWindow to inherit from ManualConfigEditorWindow and override methods for improved functionality xsodus 2025-05-12 09:34:04 +07:00
  • d63eb7d4e4 Add metadata file for VSCodeManualSetupWindow with file format version and GUID xsodus 2025-05-12 09:25:01 +07:00
  • b4910be508 Refactor VSCode configuration to use lowercase 'unityMCP' and improve argument checking xsodus 2025-05-12 09:24:10 +07:00
  • 619172ad99 Add VSCode GitHub Copilot support and configuration window xsodus 2025-05-12 08:25:21 +07:00
  • 738c3a2a90 dockerfile Michael Nugent 2025-04-18 20:47:17 -04:00
  • d4bd504e31 Add: MCP Bridge part of shader management tool toma.tanigawa 2025-04-18 20:24:46 +09:00
  • 649599fcfe Add: Shader management tool toma.tanigawa 2025-04-18 20:23:41 +09:00
  • 47bb2c6363 docs: Add documentation for get_components action in manage_gameobject David Sarno 2025-04-13 10:38:53 -07:00
  • 5bd447b06a Merge pull request #2 from dsarno/feature/generalize-getcomponentdata David S. 2025-04-10 23:01:50 -07:00
  • 3063d54071 fix: Improved component data retrieval with special handling for Transform and Camera components to prevent serialization crashes David Sarno 2025-04-10 13:10:10 -07:00
  • 51eb59f04f Fix(MCP): Resolve ValidTRS crash during component serialization David Sarno 2025-04-10 12:52:18 -07:00
  • bd850729c6 Fix: Add missing Runtime assembly and related files David Sarno 2025-04-10 10:07:20 -07:00
  • 0433b88f68 Fix: Add missing .meta file for GameObjectSerializer David Sarno 2025-04-10 09:45:56 -07:00
  • dd0113d258 Refactor: Extract GameObject/Component serialization to GameObjectSerializer helper David Sarno 2025-04-10 09:42:42 -07:00
  • 15ba68f473 feat: Improve GameObject serialization and add includeNonPublicSerialized flag David Sarno 2025-04-10 08:12:20 -07:00
  • 9b11224357 Feat: Generalize GetComponentData using reflection David Sarno 2025-04-09 19:58:42 -07:00
  • cbe9b3a2f0 Merge pull request #87 from justinpbarnett/bugfix/python-server-status Justin P Barnett 2025-04-09 09:12:24 -04:00
  • 4a3f4e7301 linting and removed unused properties Justin Barnett 2025-04-09 09:10:21 -04:00
  • 52c75f9521 added project install status and re-added connection check Justin Barnett 2025-04-09 07:43:01 -04:00
  • b2f65f2ffc added public helper methods for project versions Justin Barnett 2025-04-09 07:42:43 -04:00
  • 9f855d6f79 Merge pull request #83 from justinpbarnett/update-readme Justin P Barnett 2025-04-08 21:14:37 -04:00
  • 2fb6be0675 Update README.md Justin P Barnett 2025-04-08 21:14:25 -04:00
  • 5d987648d9 Merge pull request #82 from justinpbarnett/feature/install-overhaul Justin P Barnett 2025-04-08 20:58:02 -04:00
  • 99f38e21bd PR prep Justin Barnett 2025-04-08 20:55:22 -04:00
  • 9032c5809d update server test Justin Barnett 2025-04-08 15:25:55 -04:00
  • 8c50e01add update update path Justin Barnett 2025-04-08 15:23:46 -04:00
  • a3f1926338 pass content, not path Justin Barnett 2025-04-08 15:19:52 -04:00
  • 2f260861df update pyproject.toml path Justin Barnett 2025-04-08 15:17:26 -04:00
  • 64b771210b update version analysis Justin Barnett 2025-04-08 15:13:41 -04:00
  • 8ed8c62cce updated auto-config server location Justin Barnett 2025-04-08 15:03:16 -04:00
  • f446b502ee removed logging Justin Barnett 2025-04-08 15:02:59 -04:00
  • e9bc45c0df updated PyprojectUrl Justin Barnett 2025-04-08 14:20:54 -04:00
  • d5917bdbec added loging, updated paths Justin Barnett 2025-04-08 14:12:30 -04:00
  • 3199421586 removed python and uv check during install Justin Barnett 2025-04-08 14:03:56 -04:00
  • 7b303b5ba3 update pyproject.toml get location Justin Barnett 2025-04-08 11:44:12 -04:00
  • e4ccf614c5 update server save location, again Justin Barnett 2025-04-08 11:41:14 -04:00
  • 0aa191c7e3 update pyproject name and save location again Justin Barnett 2025-04-08 11:10:01 -04:00
  • b8c8910323 update install location Justin Barnett 2025-04-08 10:56:05 -04:00
  • b36c4576d9 only install UnityMcpServer folder, not whole repo Justin Barnett 2025-04-08 10:48:39 -04:00
  • 33b6486b70 backslashes for windows Justin Barnett 2025-04-08 10:39:14 -04:00
  • 2f6d748607 updated server install process Justin Barnett 2025-04-08 10:33:14 -04:00
  • 441c0aac57 gracefully handle multiple processes Justin Barnett 2025-04-08 09:46:52 -04:00
  • 99ceb49ac3 update server install process Justin Barnett 2025-04-08 09:46:34 -04:00
  • 0b1a0c38cb Merge pull request #81 from justinpbarnett/enable-funding Justin P Barnett 2025-04-08 09:12:03 -04:00
  • 0ccc5c5c3b Create FUNDING.yml Justin P Barnett 2025-04-08 09:11:50 -04:00
  • 7beaab1fcb updated GitUrl to include branch name Justin Barnett 2025-04-08 08:59:26 -04:00
  • 8a89f55daf update installer to account for different os Justin Barnett 2025-04-08 07:52:44 -04:00
  • 183b44ae9c update gitignore Justin Barnett 2025-04-08 07:44:46 -04:00
  • ca7124ef42 updated gitignore Justin Barnett 2025-04-08 07:29:23 -04:00
  • 61a7cb9e28 added remote install of python server Justin Barnett 2025-04-08 07:22:24 -04:00
  • 75b62d3710 updated gitignore Justin Barnett 2025-04-08 07:22:06 -04:00
  • cb603b7b1a restructured project Justin Barnett 2025-04-08 06:14:13 -04:00
  • 7cfb821eb3 Merge pull request #70 from justinpbarnett/bugfix/prompt-cleanup Justin P Barnett 2025-03-31 21:18:28 -04:00
  • 9c8ac7a2aa version update Justin Barnett 2025-03-31 21:17:35 -04:00
  • 82190e7736 Merge pull request #69 from justinpbarnett/bugfix/prompt-cleanup Justin P Barnett 2025-03-31 21:14:50 -04:00
  • be8ef69b89 cleaned up helper prompts and readme stuff Justin Barnett 2025-03-31 21:14:27 -04:00
  • cde8118e25 Merge pull request #68 from justinpbarnett/feature/tool-overhaul Justin P Barnett 2025-03-31 20:27:11 -04:00
  • a7750e4257 removed urp requirement Justin Barnett 2025-03-31 16:41:50 -04:00