unity-mcp/MCPForUnity/Editor/Resources
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
..
Editor Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
MenuItems HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00
Project HTTP Server, uvx, C# only custom tools (#375) 2025-11-24 23:21:06 -04:00
Scene Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Tests Fix manage prefabs (#405) 2025-11-28 18:47:11 -04:00
Editor.meta Move Get commands to editor resources + Run Python tests every update (#368) 2025-11-05 16:06:48 -04:00
McpForUnityResourceAttribute.cs Add testing and move menu items to resources (#316) 2025-10-13 11:16:43 -04:00
McpForUnityResourceAttribute.cs.meta Add testing and move menu items to resources (#316) 2025-10-13 11:16:43 -04:00
MenuItems.meta Add testing and move menu items to resources (#316) 2025-10-13 11:16:43 -04:00
Project.meta Move Get commands to editor resources + Run Python tests every update (#368) 2025-11-05 16:06:48 -04:00
Scene.meta 🎮 GameObject Toolset Redesign and Streamlining (#518) 2026-01-06 10:13:45 -08:00
Tests.meta Add testing and move menu items to resources (#316) 2025-10-13 11:16:43 -04:00