unity-mcp/docs
Marcus Sanatan 22e52664cd
Asset store helper script + updated README (#521)
* Remove stray .meta file

* Add a new project that will do asset uploads

* Add asset store uploader

* refactor: Replace Debug.Log calls with McpLog helper across codebase

Standardize logging by replacing direct Debug.Log/LogWarning/LogError calls
with McpLog.Info/Warn/Error throughout helper classes and client registry.
Affected files:
- McpClientRegistry.cs
- GameObjectLookup.cs
- GameObjectSerializer.cs
- MaterialOps.cs
- McpConfigurationHelper.cs
- ObjectResolver.cs
- PropertyConversion.cs
- UnityJsonSerializer.cs
- UnityTypeResolver.cs

* feat: Add Asset Store release preparation script

Add prepare_unity_asset_store_release.py tool to automate Asset Store packaging:
- Stages temporary copy of MCPForUnity with Asset Store-specific edits
- Removes auto-popup setup window ([InitializeOnLoad] attribute)
- Renames menu entry to "Local Setup Window" for clarity
- Sets default HTTP base URL to hosted endpoint
- Defaults transport to HTTPRemote instead of HTTPLocal
- Supports dry-run mode and optional backup of existing Assets/MCPForUnity

* Show gif of MCP for Unity in Action

* Add shield with asset store link

* Update README to have asset store page unders installation section
2026-01-07 01:33:20 -04:00
..
images Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
CURSOR_HELP.md Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
CUSTOM_TOOLS.md HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00
MCP_CLIENT_CONFIGURATORS.md Support GitHub Copilot in VSCode Insiders + robustness improvements and bug fixes (#425) 2025-12-04 11:41:01 -08:00
README-DEV-zh.md HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00
README-DEV.md Async Test Infrastructure & Editor Readiness Status + new refresh_unity tool (#507) 2026-01-03 12:42:32 -08:00
TELEMETRY.md HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00
v5_MIGRATION.md Remove old UI and do lots of cleanup (#340) 2025-10-24 00:50:29 -04:00
v6_NEW_UI_CHANGES.md Remove old UI and do lots of cleanup (#340) 2025-10-24 00:50:29 -04:00
v8_NEW_NETWORKING_SETUP.md HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00