David Sarno
a65f10383a
feat(bridge): embed Python server into package and remove Git-based installer
...
- Switch ServerInstaller to embedded copy-only (no network)
- Simplify Editor UI server status to 'Installed (Embedded)'
- Vendor UnityMcpServer/src into UnityMcpBridge/UnityMcpServer/src for UPM distribution
- Keep bridge recompile robustness (heartbeat + sticky port)
2025-08-08 08:08:30 -07:00
David Sarno
32274a3965
UnityMCP stability: robust auto-restart on compile/play transitions; stop on domain reload; start/stop locking; per-project sticky ports + brief release wait; Python discovery scans hashed+legacy files and probes; editor window live status refresh.
2025-08-07 15:53:53 -07:00
Scriptwonder
32e4b2642f
Unity-MCP AutoConnect
...
Autoconnect feature to prevent the port being taken by other applications.
2025-07-29 00:17:36 -04:00
Shutong Wu
757edbc5a4
Merge pull request #93 from dsarno/feature/generalize-getcomponentdata
...
Feature: 🔍 Enhanced Component Data Reading via Serialization
2025-07-25 14:38:30 +08:00
Shutong Wu
6906c24290
Merge pull request #108 from michaelnugent/container
...
Add Dockerfile
2025-07-14 02:10:40 -04:00
Shutong Wu
6a47945479
Merge pull request #106 from Tanichael/feature/manage-shader
...
Feat: Add CRUD operations for Shader files via MCP
Example Prompt: "generate a cool shader and apply it on a new cube"
2025-07-14 01:45:29 -04:00
Scriptwonder
21fbac60c2
Update for PhysicsMaterial
...
1. Fixing to ensure both version of PhysicMaterial works, editing PhysicsMaterial properties to camelCase
2. Add example output on server
2025-07-13 14:33:06 -04:00
Michael Nugent
738c3a2a90
dockerfile
2025-04-18 20:47:17 -04:00
toma.tanigawa
649599fcfe
Add: Shader management tool
2025-04-18 20:23:56 +09:00
David Sarno
47bb2c6363
docs: Add documentation for get_components action in manage_gameobject
...
- Add get_components to the list of available actions in the docstring
- Document required and optional parameters for get_components action
- Clarify the return value structure for get_components
- Improve overall documentation clarity for component data retrieval
2025-04-13 10:38:53 -07:00
David Sarno
15ba68f473
feat: Improve GameObject serialization and add includeNonPublicSerialized flag
2025-04-10 08:12:20 -07: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
0aa191c7e3
update pyproject name and save location again
2025-04-08 11:10:01 -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