Commit Graph

  • 0b51ff50d5 remove all optional and union and any parameters for cursor Justin Barnett 2025-03-31 16:34:24 -04:00
  • ba4c2a85bf fixed prefab creation/update errors Justin Barnett 2025-03-31 10:49:35 -04:00
  • 4f5a6a0014 increasted timeout and buffer Justin Barnett 2025-03-30 16:01:17 -04:00
  • 8d86cada1c new tools Justin Barnett 2025-03-30 15:58:01 -04:00
  • 13508f2e56 Merge pull request #49 from flashwade03/feature/base64_encoding Justin P Barnett 2025-03-26 12:52:27 -04:00
  • 795d63e7ac add text encoding process(base64) to 'View Script' Command 정희창 2025-03-26 19:11:54 +09:00
  • 8ab7d5fe2f Merge pull request #46 from justinpbarnett/bugfix/get_scene_info-returns Justin P Barnett 2025-03-24 09:55:20 -04:00
  • 51626309ba added return docs for get_scene_info Justin Barnett 2025-03-24 09:54:43 -04:00
  • 0c7fc88911 Merge pull request #45 from justinpbarnett/bugfix/urp-version Justin P Barnett 2025-03-24 09:49:41 -04:00
  • 5d9c5b44fc downgraded minimum urp version to support Unity 2020+ Justin Barnett 2025-03-24 09:49:11 -04:00
  • 42c7f8e7df Merge pull request #38 from justinpbarnett/bugfix/distutils-deprecated Justin P Barnett 2025-03-22 14:24:57 -04:00
  • 642dbcbe31 uv.lock Justin Barnett 2025-03-22 18:22:46 -04:00
  • 31a9950437 removed some dependencies Justin Barnett 2025-03-22 18:22:11 -04:00
  • f52b5b4424 updated readme to reflect simpler install process Justin Barnett 2025-03-22 18:22:03 -04:00
  • 33f6f4268f updated dependency versions Justin Barnett 2025-03-22 18:21:28 -04:00
  • 9a714dcfd5 removed requirements.txt as requirements are handled in pyproject.toml Justin Barnett 2025-03-22 18:15:18 -04:00
  • 8caf8a5d91 updated setuptools Justin Barnett 2025-03-22 18:11:48 -04:00
  • 855adffaf5 Merge pull request #26 from justinpbarnett/bugfix/missing-urp-dependency Justin P Barnett 2025-03-21 07:49:12 -04:00
  • 93d19871fc added urp dependency Justin Barnett 2025-03-21 07:47:09 -04:00
  • 4aff62fe5c Merge pull request #24 from justinpbarnett/feature/increase-commands Justin P Barnett 2025-03-21 06:35:48 -04:00
  • 3352ba3033 increased command list Justin Barnett 2025-03-21 06:30:41 -04:00
  • 8102460c7c Add ExecuteContextMenuItem functionality to ObjectCommandHandler and Python tool Kirill Kuvaldin 2025-03-20 14:20:47 -07:00
  • f334b0a6db Merge remote-tracking branch 'upstream/master' Kirill Kuvaldin 2025-03-20 12:51:26 -07:00
  • c3e9a49d8d Merge pull request #19 from justinpbarnett/feature/cursor-config Justin P Barnett 2025-03-20 07:33:51 -04:00
  • d7160f1b07 Resolved merge, deleted file that has been moved Justin Barnett 2025-03-20 07:32:52 -04:00
  • 6b8cf0eab2 added cursor auto config Justin Barnett 2025-03-20 07:24:31 -04:00
  • 03c12d0f3c Merge pull request #15 from justinpbarnett/bug/material-saving Justin P Barnett 2025-03-19 18:12:00 -04:00
  • c2be2bfa34 material saving fix Justin Barnett 2025-03-19 18:10:34 -04:00
  • 9edb03d1b3 Merge pull request #14 from justinpbarnett/bug/material-saving Justin P Barnett 2025-03-19 17:55:51 -04:00
  • 0619ba7b05 Add GetAvailableCommands functionality to EditorControlHandler and Python tool Kirill Kuvaldin 2025-03-19 14:12:58 -07:00
  • cc123abf48 updated package display name Justin Barnett 2025-03-19 16:50:14 -04:00
  • f200fcb67d Merge pull request #11 from justinpbarnett/bug/timeout-and-disconnect Justin P Barnett 2025-03-19 10:15:02 -04:00
  • 93f2961e58 significantly increased timout and buffer size Justin Barnett 2025-03-19 10:12:19 -04:00
  • 991c80c49e Merge pull request #8 from Scriptwonder/master Justin P Barnett 2025-03-19 10:05:04 -04:00
  • 13d07157ba Merge pull request #9 from justinpbarnett/feature/read_console Justin P Barnett 2025-03-19 08:06:11 -04:00
  • 73ea045c20 added read_console tool Justin Barnett 2025-03-19 08:03:12 -04:00
  • 408e574b2c Update MCPEditorWindow.cs Scriptwonder 2025-03-19 00:08:12 -04:00
  • be47f39b12 updated unity version in package.json Justin Barnett 2025-03-18 20:38:24 -04:00
  • 8860a7317c added more advanced auto-config setup Justin Barnett 2025-03-18 16:28:22 -04:00
  • 150a39694f improved claude config error handling Justin Barnett 2025-03-18 16:26:31 -04:00
  • 3e55b23a26 Merge branch 'master' of https://github.com/justinpbarnett/unity-mcp Justin Barnett 2025-03-18 16:08:06 -04:00
  • 0b3dcd406d renamed package to match github repo Justin Barnett 2025-03-18 16:06:48 -04:00
  • ac81febb82 updated install instructions to be more specific Justin Barnett 2025-03-18 16:06:28 -04:00
  • cf67502a5a Update README.md Justin P Barnett 2025-03-18 15:53:39 -04:00
  • e0ccea04be Merge pull request #1 from scott------/patch-1 Justin P Barnett 2025-03-18 15:33:14 -04:00
  • 70a1684b6f fix: update pyproject.toml to resolve packaging error scott------ 2025-03-18 14:01:17 -04:00
  • 937a950345 added manual config instructions Justin Barnett 2025-03-18 13:47:41 -04:00
  • eeaa7a2c55 updated to find correct directory when installing to claude desktop automatically Justin Barnett 2025-03-18 13:47:33 -04:00
  • 46db62bfaa fixed path issues Justin Barnett 2025-03-18 13:36:22 -04:00
  • 4d1c351364 updated the installation steps in the readme Justin Barnett 2025-03-18 13:26:12 -04:00
  • 14c566603c fixed file path issues Justin Barnett 2025-03-18 13:24:17 -04:00
  • 8b67718734 hardcoded ports for now Justin Barnett 2025-03-18 13:15:39 -04:00
  • ec79442fd4 updated config location search in another place Justin Barnett 2025-03-18 13:11:29 -04:00
  • a3493a49d9 updated server to start on localhost Justin Barnett 2025-03-18 13:10:06 -04:00
  • 20aa6839fe updated config path locator Justin Barnett 2025-03-18 13:09:54 -04:00
  • 4144af2453 pushed meta files Justin Barnett 2025-03-18 13:06:35 -04:00
  • afff1caa4f fix script adding issues Justin Barnett 2025-03-18 10:41:01 -04:00
  • f90188ed85 updated .gitignore Justin Barnett 2025-03-18 10:08:49 -04:00
  • e1b6a0069f removed .meta files from version control Justin Barnett 2025-03-18 10:06:54 -04:00
  • 931794cb01 missed import Justin Barnett 2025-03-18 10:03:32 -04:00
  • b14fc27dc0 Merge branch 'master' of github.com:justinpbarnett/unity-mcp Justin Barnett 2025-03-18 10:01:53 -04:00
  • 015774b469 fixed scripts not creating bug Justin Barnett 2025-03-18 10:01:51 -04:00
  • 3feecb09af added directional light object creation Justin Barnett 2025-03-18 09:55:41 -04:00
  • 36b5b224b3 added object existance validation Justin Barnett 2025-03-18 09:52:41 -04:00
  • 0b3802b5e4 Update README.md Justin P Barnett 2025-03-18 09:45:22 -04:00
  • bb0d847331 Update README.md Justin P Barnett 2025-03-18 08:02:07 -04:00
  • 208f8eca67 Update README.md Justin P Barnett 2025-03-18 08:01:13 -04:00
  • 7c2bd289a9 Update README.md Justin P Barnett 2025-03-18 07:36:58 -04:00
  • 129fc83194 Update README.md Justin P Barnett 2025-03-18 07:35:59 -04:00
  • a7058a41f9 Update README.md Justin P Barnett 2025-03-18 07:34:04 -04:00
  • 0351e4fcf4 Update README.md Justin P Barnett 2025-03-18 07:21:33 -04:00
  • 48a89ca7d3 Added mit license Justin P Barnett 2025-03-18 07:15:47 -04:00
  • 276ac8166f initial commit Justin Barnett 2025-03-18 07:00:50 -04:00