unity-mcp/TestProjects/AssetStoreUploads/Packages/com.unity.asset-store-tools/Editor
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
..
Api Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Exporter Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Previews Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Uploader Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Utility Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Validator Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Api.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
AssemblyInfo.cs Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
AssemblyInfo.cs.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
AssetStoreTools.cs Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
AssetStoreTools.cs.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
AssetStoreToolsWindow.cs Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
AssetStoreToolsWindow.cs.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Constants.cs Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Constants.cs.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Exporter.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Previews.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Unity.AssetStoreTools.Editor.asmdef Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Unity.AssetStoreTools.Editor.asmdef.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Uploader.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Utility.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00
Validator.meta Asset store helper script + updated README (#521) 2026-01-07 01:33:20 -04:00