Skip to content

Commit 3db926d

Browse files
Fixing parameter exception when connecting to lobby (#343)
1 parent eb0a357 commit 3db926d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"com.unity.ide.visualstudio": "2.0.7",
1111
"com.unity.ide.vscode": "1.2.3",
1212
"com.unity.learn.iet-framework": "1.2.1",
13-
"com.unity.multiplayer.mlapi": "0.1.0",
13+
"com.unity.multiplayer.mlapi": "https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi.git?path=/com.unity.multiplayer.mlapi#release/0.1.0",
1414
"com.unity.postprocessing": "2.3.0",
1515
"com.unity.test-framework": "1.1.24",
1616
"com.unity.textmeshpro": "3.0.1",

Packages/packages-lock.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,15 @@
9393
"url": "https://packages.unity.com"
9494
},
9595
"com.unity.multiplayer.mlapi": {
96-
"version": "0.1.0",
96+
"version": "https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi.git?path=/com.unity.multiplayer.mlapi#release/0.1.0",
9797
"depth": 0,
98-
"source": "registry",
98+
"source": "git",
9999
"dependencies": {
100+
"com.unity.modules.ai": "1.0.0",
101+
"com.unity.modules.animation": "1.0.0",
100102
"com.unity.nuget.mono-cecil": "1.10.1-preview.1"
101103
},
102-
"url": "https://packages.unity.com"
104+
"hash": "3e3aef6aa02c2a25359898319e5bd49d3518b57b"
103105
},
104106
"com.unity.multiplayer.samples.coop": {
105107
"version": "file:com.unity.multiplayer.samples.coop",

0 commit comments

Comments
 (0)