Add ParrelSync and netcode

This commit is contained in:
2024-08-21 18:13:06 +02:00
parent 1a9e2a3ee8
commit 6e037b4d06
42 changed files with 2078 additions and 15 deletions

View File

@@ -6,6 +6,7 @@
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.7.0",
"com.unity.netcode.gameobjects": "1.10.0",
"com.unity.render-pipelines.universal": "14.0.11",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",

View File

@@ -5,10 +5,10 @@
"depth": 1,
"source": "registry",
"dependencies": {
"com.meta.xr.sdk.core": "67.0.0",
"com.unity.textmeshpro": "3.0.6",
"com.unity.ai.navigation": "1.1.4",
"com.unity.nuget.newtonsoft-json": "3.0.2"
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.meta.xr.sdk.core": "67.0.0",
"com.unity.textmeshpro": "3.0.6"
},
"url": "https://packages.unity.com"
},
@@ -17,15 +17,15 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.meta.xr.sdk.core": "67.0.0",
"com.meta.xr.sdk.audio": "67.0.0",
"com.meta.xr.sdk.voice": "67.0.0",
"com.meta.xr.simulator": "66.0.1",
"com.meta.xr.sdk.haptics": "67.0.0",
"com.meta.xr.mrutilitykit": "67.0.0",
"com.meta.xr.sdk.platform": "67.0.0",
"com.meta.xr.sdk.interaction": "67.0.0",
"com.meta.xr.sdk.interaction.ovr": "67.0.1"
"com.meta.xr.sdk.interaction.ovr": "67.0.1",
"com.meta.xr.sdk.platform": "67.0.0",
"com.meta.xr.sdk.core": "67.0.0",
"com.meta.xr.sdk.voice": "67.0.0",
"com.meta.xr.sdk.haptics": "67.0.0",
"com.meta.xr.simulator": "66.0.1",
"com.meta.xr.mrutilitykit": "67.0.0"
},
"url": "https://packages.unity.com"
},
@@ -57,8 +57,8 @@
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.textmeshpro": "3.0.6"
"com.unity.textmeshpro": "3.0.6",
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
@@ -67,8 +67,8 @@
"depth": 1,
"source": "registry",
"dependencies": {
"com.meta.xr.sdk.core": "67.0.0",
"com.meta.xr.sdk.interaction": "67.0.0"
"com.meta.xr.sdk.interaction": "67.0.0",
"com.meta.xr.sdk.core": "67.0.0"
},
"url": "https://packages.unity.com"
},
@@ -121,6 +121,16 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "1.2.4",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.6.6",
"com.unity.test-framework": "1.1.31"
},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 1,
@@ -169,6 +179,23 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.netcode.gameobjects": {
"version": "1.10.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.transport": "1.4.0"
},
"url": "https://packages.unity.com"
},
"com.unity.nuget.mono-cecil": {
"version": "1.11.4",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.1",
"depth": 2,
@@ -255,6 +282,17 @@
},
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "1.4.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.collections": "1.2.4",
"com.unity.burst": "1.6.6",
"com.unity.mathematics": "1.2.6"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {
"version": "1.0.0",
"depth": 0,
@@ -289,9 +327,9 @@
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.subsystems": "1.0.0",
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.xr": "1.0.0",
"com.unity.modules.subsystems": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.7"
},
"url": "https://packages.unity.com"