Skip to content

Commit

Permalink
feat: replace ParallelSync with Multiplayer Play Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianStoll committed Oct 31, 2024
1 parent 9e2d288 commit fcae286
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"com.unity.learn.iet-framework.authoring": "1.2.2",
"com.unity.memoryprofiler": "1.1.1",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.multiplayer.playmode": "1.3.1",
"com.unity.multiplayer.tools": "2.2.1",
"com.unity.netcode.gameobjects": "1.11.0",
"com.unity.performance.profile-analyzer": "1.2.2",
Expand All @@ -24,7 +25,6 @@
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.9",
"com.unity.transport": "2.3.0",
"com.unity.ugui": "2.0.0",
"com.veriorpies.parrelsync": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696",
"jp.hadashikick.vcontainer": "1.11.0",
"com.unity.modules.accessibility": "1.0.0",
"com.unity.modules.ai": "1.0.0",
Expand Down
16 changes: 9 additions & 7 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@
"com.unity.modules.uielements": "1.0.0"
}
},
"com.unity.multiplayer.playmode": {
"version": "1.3.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2"
},
"url": "https://packages.unity.com"
},
"com.unity.multiplayer.samples.coop": {
"version": "file:com.unity.multiplayer.samples.coop",
"depth": 0,
Expand Down Expand Up @@ -435,13 +444,6 @@
"com.unity.modules.imgui": "1.0.0"
}
},
"com.veriorpies.parrelsync": {
"version": "https://github.com/VeriorPies/ParrelSync.git?path=/ParrelSync#bb3d5067e49e403d8b8ba15c036d313b4dd2c696",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "bb3d5067e49e403d8b8ba15c036d313b4dd2c696"
},
"jp.hadashikick.vcontainer": {
"version": "1.11.0",
"depth": 0,
Expand Down
4 changes: 4 additions & 0 deletions ProjectSettings/VirtualProjectsConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"PlayerTags": [],
"version": "1.3.1"
}

0 comments on commit fcae286

Please sign in to comment.