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
정희창
795d63e7ac
add text encoding process(base64) to 'View Script' Command
2025-03-26 19:11:54 +09:00
Justin P Barnett
8ab7d5fe2f
Merge pull request #46 from justinpbarnett/bugfix/get_scene_info-returns
...
added return docs for get_scene_info
2025-03-24 09:55:20 -04:00
Justin Barnett
51626309ba
added return docs for get_scene_info
2025-03-24 09:54:43 -04:00
Justin P Barnett
0c7fc88911
Merge pull request #45 from justinpbarnett/bugfix/urp-version
...
downgraded minimum urp version to support Unity 2020+
2025-03-24 09:49:41 -04:00
Justin Barnett
5d9c5b44fc
downgraded minimum urp version to support Unity 2020+
2025-03-24 09:49:11 -04:00
Justin P Barnett
42c7f8e7df
Merge pull request #38 from justinpbarnett/bugfix/distutils-deprecated
...
Bugfix/distutils deprecated
2025-03-22 14:24:57 -04:00
Justin Barnett
642dbcbe31
uv.lock
2025-03-22 18:22:46 -04:00
Justin Barnett
31a9950437
removed some dependencies
2025-03-22 18:22:11 -04:00
Justin Barnett
f52b5b4424
updated readme to reflect simpler install process
2025-03-22 18:22:03 -04:00
Justin Barnett
33f6f4268f
updated dependency versions
2025-03-22 18:21:28 -04:00
Justin Barnett
9a714dcfd5
removed requirements.txt as requirements are handled in pyproject.toml
2025-03-22 18:15:18 -04:00
Justin Barnett
8caf8a5d91
updated setuptools
2025-03-22 18:11:48 -04:00
Justin P Barnett
855adffaf5
Merge pull request #26 from justinpbarnett/bugfix/missing-urp-dependency
...
added urp dependency
2025-03-21 07:49:12 -04:00
Justin Barnett
93d19871fc
added urp dependency
2025-03-21 07:47:09 -04:00
Justin P Barnett
4aff62fe5c
Merge pull request #24 from justinpbarnett/feature/increase-commands
...
Feature/increase commands
2025-03-21 06:35:48 -04:00
Justin Barnett
3352ba3033
increased command list
2025-03-21 06:30:41 -04:00
Kirill Kuvaldin
8102460c7c
Add ExecuteContextMenuItem functionality to ObjectCommandHandler and Python tool
...
- Implemented ExecuteContextMenuItem method in ObjectCommandHandler.cs to execute context menu methods on game object components.
- Added corresponding execute_context_menu_item tool in object_tools.py to facilitate the execution of context menu items from Python.
- Enhanced error handling and logging for better debugging and user feedback.
2025-03-20 14:20:47 -07:00
Kirill Kuvaldin
f334b0a6db
Merge remote-tracking branch 'upstream/master'
2025-03-20 12:51:26 -07:00
Justin P Barnett
c3e9a49d8d
Merge pull request #19 from justinpbarnett/feature/cursor-config
...
added cursor auto config
2025-03-20 07:33:51 -04:00
Justin Barnett
d7160f1b07
Resolved merge, deleted file that has been moved
2025-03-20 07:32:52 -04:00
Justin Barnett
6b8cf0eab2
added cursor auto config
2025-03-20 07:24:31 -04:00
Justin P Barnett
03c12d0f3c
Merge pull request #15 from justinpbarnett/bug/material-saving
...
material saving fix
2025-03-19 18:12:00 -04:00
Justin Barnett
c2be2bfa34
material saving fix
2025-03-19 18:10:34 -04:00
Justin P Barnett
9edb03d1b3
Merge pull request #14 from justinpbarnett/bug/material-saving
...
updated package display name
2025-03-19 17:55:51 -04:00
Kirill Kuvaldin
0619ba7b05
Add GetAvailableCommands functionality to EditorControlHandler and Python tool
...
- Implemented GetAvailableCommands method in EditorControlHandler.cs to retrieve available editor commands.
- Added corresponding get_available_commands tool in editor_tools.py to interface with the new command.
- Improved code formatting and readability throughout both files.
2025-03-19 14:12:58 -07:00