Skip to content

Commit fcae286

Browse files
committed
feat: replace ParallelSync with Multiplayer Play Mode
1 parent 9e2d288 commit fcae286

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"com.unity.learn.iet-framework.authoring": "1.2.2",
1212
"com.unity.memoryprofiler": "1.1.1",
1313
"com.unity.multiplayer.center": "1.0.0",
14+
"com.unity.multiplayer.playmode": "1.3.1",
1415
"com.unity.multiplayer.tools": "2.2.1",
1516
"com.unity.netcode.gameobjects": "1.11.0",
1617
"com.unity.performance.profile-analyzer": "1.2.2",
@@ -24,7 +25,6 @@
2425
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.9",
2526
"com.unity.transport": "2.3.0",
2627
"com.unity.ugui": "2.0.0",
27-
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696",
2828
"jp.hadashikick.vcontainer": "1.11.0",
2929
"com.unity.modules.accessibility": "1.0.0",
3030
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@
135135
"com.unity.modules.uielements": "1.0.0"
136136
}
137137
},
138+
"com.unity.multiplayer.playmode": {
139+
"version": "1.3.1",
140+
"depth": 0,
141+
"source": "registry",
142+
"dependencies": {
143+
"com.unity.nuget.newtonsoft-json": "2.0.2"
144+
},
145+
"url": "https://packages.unity.com"
146+
},
138147
"com.unity.multiplayer.samples.coop": {
139148
"version": "file:com.unity.multiplayer.samples.coop",
140149
"depth": 0,
@@ -435,13 +444,6 @@
435444
"com.unity.modules.imgui": "1.0.0"
436445
}
437446
},
438-
"com.veriorpies.parrelsync": {
439-
"version": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696",
440-
"depth": 0,
441-
"source": "git",
442-
"dependencies": {},
443-
"hash": "bb3d5067e49e403d8b8ba15c036d313b4dd2c696"
444-
},
445447
"jp.hadashikick.vcontainer": {
446448
"version": "1.11.0",
447449
"depth": 0,
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"PlayerTags": [],
3+
"version": "1.3.1"
4+
}

0 commit comments

Comments
 (0)