Skip to content

Commit b2c8725

Browse files
authored
Merge pull request #1852 from alttester/1837-add-missing-unity-module-dependencies
Update package.json to include additional Unity module dependencies
2 parents 47bab5a + 131d87f commit b2c8725

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Assets/AltTester/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
"dependencies": {
1414
"com.unity.nuget.newtonsoft-json": "3.1.0",
1515
"com.unity.editorcoroutines": "1.0.0",
16-
"com.unity.textmeshpro": "3.0.6"
16+
"com.unity.textmeshpro": "3.0.6",
17+
"com.unity.test-framework": "1.1.33",
18+
"com.unity.modules.physics": "1.0.0",
19+
"com.unity.modules.physics2d": "1.0.0",
20+
"com.unity.modules.screencapture": "1.0.0",
21+
"com.unity.modules.unitywebrequest": "1.0.0"
1722
},
1823
"keywords": [
1924
"TestFramework",

0 commit comments

Comments
 (0)