Releases: FunseaAI/unity-mcp
Releases · FunseaAI/unity-mcp
v0.1.7
[0.1.7] - 2026-04-10
Changed
- Repurposed
request_recompileinto the default AI-facing sync flow for external file edits, compilation, and domain reload recovery - Removed
sync_external_changesfrom the exposed MCP tool list to avoid duplicate AI pathways - Prevented MCP transport restarts from running on a background thread after settings changes
- Avoided redundant settings change notifications and UI initialization callbacks in the MCP Server window
v0.1.6
[0.1.6] - 2026-04-08
Added
- Core tool
sync_external_changesfor importing external file edits and waiting through compilation/domain reload recovery
Changed
- Strengthened
sync_external_changestool guidance so AI clients treat it as the default follow-up after external file edits - Improved
sync_external_changesbehavior to return an explicit compilation/reload message instead of failing ambiguously during domain reload - Persist and report recovery results for external sync operations through
get_reload_recovery_status
v0.1.5
v0.1.4
[0.1.4] - 2026-04-01
Added
- Built-in update checking from
GameBooom/Check for Updateswith install-source aware behavior - Automatic Git package refresh for Git-based installs
- Automatic latest
.unitypackagedownload and import for asset-import installs
Changed
- Game View screenshots now default to the current Game View render size instead of a fixed 512x512 capture
- Mouse click simulation now maps coordinates against the real Game View render size for more reliable UI and physics hits
- Package version resolution now prefers the actual installed package location so Git installs report the correct version
- Package metadata now points to the
FunseaAI/unity-mcprepository and0.1.4
v0.1.3
Summary
v0.1.3 packages the latest open-source Unity MCP improvements and adds a downloadable .unitypackage asset to the release.
Added
- Hero image and refreshed README positioning for the open-source release
- MIT relicensing updates and repository metadata cleanup
- Official MCP Registry publication path via the separately published
FunseaAI.Unity.Mcppackage
Changed
- Repository install URLs now point to
FunseaAI/unity-mcp - Package display name was shortened for cleaner Unity Package Manager presentation
- OpenUPM install instructions were removed until OpenUPM publication is actually available
Fixed
- Restored root
.metacoverage required for Unity Git package installs - Input simulation now flushes queued Input System events so
simulate_key_pressupdates keyboard state correctly in Play Mode - MCP resources were reworked to be demand-driven to reduce editor overhead
Install
- Git URL:
https://github.com/FunseaAI/unity-mcp.git - Or download the attached
FunseaAI.UnityMcp.v0.1.3.unitypackagefrom this release
Notes
- Unity 2022.3+
- Editor-only package
- Official MCP Registry entry:
io.github.FunseaAI/unity-mcp