Skip to content

Commit 9dd62c7

Browse files
authored
build: add Unity module dependencies explicitly (#648)
1 parent cfef12c commit 9dd62c7

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed
Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
2-
"name": "com.unity.multiplayer.mlapi",
3-
"displayName": "MLAPI Networking Library",
4-
"version": "0.1.0",
5-
"unity": "2019.4",
6-
"unityRelease": "8f1",
7-
"description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity",
8-
"keywords": [
9-
"unity"
10-
],
11-
"type": "library",
12-
"hideInEditor": false,
13-
"dependencies": {
14-
"com.unity.nuget.mono-cecil": "1.10.1-preview.1"
15-
}
2+
"name": "com.unity.multiplayer.mlapi",
3+
"displayName": "MLAPI Networking Library",
4+
"version": "0.1.0",
5+
"unity": "2019.4",
6+
"unityRelease": "8f1",
7+
"description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity",
8+
"keywords": [
9+
"unity"
10+
],
11+
"type": "library",
12+
"hideInEditor": false,
13+
"dependencies": {
14+
"com.unity.modules.ai": "1.0.0",
15+
"com.unity.modules.animation": "1.0.0",
16+
"com.unity.nuget.mono-cecil": "1.10.1-preview.1"
17+
}
1618
}

0 commit comments

Comments
 (0)