Skip to content

Releases: FunseaAI/unity-mcp

v0.1.7

10 Apr 07:42

Choose a tag to compare

[0.1.7] - 2026-04-10

Changed

  • Repurposed request_recompile into the default AI-facing sync flow for external file edits, compilation, and domain reload recovery
  • Removed sync_external_changes from 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

08 Apr 06:28

Choose a tag to compare

[0.1.6] - 2026-04-08

Added

  • Core tool sync_external_changes for importing external file edits and waiting through compilation/domain reload recovery

Changed

  • Strengthened sync_external_changes tool guidance so AI clients treat it as the default follow-up after external file edits
  • Improved sync_external_changes behavior 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

01 Apr 11:41

Choose a tag to compare

[0.1.5] - 2026-04-01

Added

  • Performance analysis tools: get_performance_snapshot and analyze_scene_complexity

Changed

  • Core MCP tool profile now includes lightweight performance inspection by default

v0.1.4

01 Apr 09:23

Choose a tag to compare

[0.1.4] - 2026-04-01

Added

  • Built-in update checking from GameBooom/Check for Updates with install-source aware behavior
  • Automatic Git package refresh for Git-based installs
  • Automatic latest .unitypackage download 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-mcp repository and 0.1.4

v0.1.3

01 Apr 03:12

Choose a tag to compare

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.Mcp package

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 .meta coverage required for Unity Git package installs
  • Input simulation now flushes queued Input System events so simulate_key_press updates 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.unitypackage from this release

Notes

  • Unity 2022.3+
  • Editor-only package
  • Official MCP Registry entry: io.github.FunseaAI/unity-mcp