Skip to content

0.46.3

Choose a tag to compare

@github-actions github-actions released this 13 Feb 23:06
· 221 commits to main since this release

AI Game Developer (Unity MCP) 0.46.3

Released: February 13, 2026


Comparison

See every change: Compare 0.46.2...0.46.3


Commit Summary (Newest → Oldest)

  • 90e8414c — Bump version to 0.46.3 and update download links in documentation by @IvanMurzak
  • 82e49f93 — Merge pull request #473 from IvanMurzak/471-mcp-server-does-not-start-automatically-when-unity-project-is-opened-in-background by @IvanMurzak
  • 27aa636f — Add process check for existing MCP server during editor updates by @IvanMurzak
  • a89ac81b — Refactor MCP server startup logic to use EditorApplication.update for process checks by @IvanMurzak
  • 055f8349 — Skip MCP server auto-start if binary download fails or is unavailable by @IvanMurzak
  • 73c737ea — Marshal MCP server callback using ContinueWith by @IvanMurzak
  • a9951e8f — Skip server auto-start in CI and simplify startup by @IvanMurzak
  • cef95020 — Remove automatic server start logic from startup process by @IvanMurzak
  • 5df6f8e7 — Start MCP server after binary download by @IvanMurzak
  • cc2e4b79 — Defer MCP server auto-start to ensure configuration is fully loaded and avoid blocking during domain reload by @IvanMurzak
  • 049ae747 — Refactor server toggle functionality and update callback mechanism for server status checks by @IvanMurzak
  • 8694be6c — Merge pull request #469 from IvanMurzak/feature/mcp-inspector-launcher by @IvanMurzak
  • 7f07a7bb — Refactor MCP Inspector launch command variable for clarity by @IvanMurzak
  • 22f028e7 — Add error handling for MCP Inspector launch failures with user notifications by @IvanMurzak
  • acdf25d3 — Add MCP Inspector launch functionality with transport method validation by @IvanMurzak
  • 1851a76c — Refactor menu item labels for clarity and add MCP Inspector launch functionality by @IvanMurzak