Skip to content

Commit e12850f

Browse files
authored
Merge branch 'develop' into bugfix/mcp-tools
2 parents eafbcfe + 16f8f2f commit e12850f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.40.6](https://github.com/akiojin/unity-mcp-server/compare/v2.40.5...v2.40.6) (2025-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* skip native rebuild by default to avoid first-run timeout ([60eb8fa](https://github.com/akiojin/unity-mcp-server/commit/60eb8fa1c7f68f79e674614f33d307738c3a8725))
7+
18
## [2.40.5](https://github.com/akiojin/unity-mcp-server/compare/v2.40.4...v2.40.5) (2025-11-19)
29

310

UnityMCPServer/Packages/unity-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.akiojin.unity-mcp-server",
33
"displayName": "Unity MCP Server",
4-
"version": "2.40.5",
4+
"version": "2.40.6",
55
"unity": "6000.0",
66
"description": "Unity MCP Server bridge and tooling for AI-assisted development (screenshots, video capture, scene analysis, input automation).",
77
"keywords": [

mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@akiojin/unity-mcp-server",
3-
"version": "2.40.5",
3+
"version": "2.40.6",
44
"description": "MCP server and Unity Editor bridge — enables AI assistants to control Unity for AI-assisted workflows",
55
"type": "module",
66
"main": "src/core/server.js",

0 commit comments

Comments
 (0)