Skip to content

Commit ec9b22a

Browse files
authored
Add new Unity module dependencies to package.json
1 parent f96c39b commit ec9b22a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

MCPForUnity/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +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",
1011
"com.unity.modules.imageconversion": "1.0.0",
12+
"com.unity.modules.physics": "1.0.0",
1113
"com.unity.modules.physics2d": "1.0.0",
14+
"com.unity.modules.uielements": "1.0.0",
1215
"com.unity.modules.screencapture": "1.0.0",
16+
"com.unity.modules.unitywebrequest": "1.0.0",
1317
"com.unity.nuget.newtonsoft-json": "3.0.2",
1418
"com.unity.test-framework": "1.1.31"
1519
},

0 commit comments

Comments
 (0)