Skip to content

Commit e3f822b

Browse files
authored
Merge pull request #1122 from sean2077/codex/add-imageconversion-dependency
fix: declare required Unity module dependencies
2 parents 4163327 + ec9b22a commit e3f822b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

MCPForUnity/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"documentationUrl": "https://github.com/CoplayDev/unity-mcp",
88
"licensesUrl": "https://github.com/CoplayDev/unity-mcp/blob/main/LICENSE",
99
"dependencies": {
10+
"com.unity.modules.animation": "1.0.0",
11+
"com.unity.modules.imageconversion": "1.0.0",
12+
"com.unity.modules.physics": "1.0.0",
13+
"com.unity.modules.physics2d": "1.0.0",
14+
"com.unity.modules.uielements": "1.0.0",
15+
"com.unity.modules.screencapture": "1.0.0",
16+
"com.unity.modules.unitywebrequest": "1.0.0",
1017
"com.unity.nuget.newtonsoft-json": "3.0.2",
1118
"com.unity.test-framework": "1.1.31"
1219
},

0 commit comments

Comments
 (0)