Upgrade Invaders Sample to Unity 2022.3.27f1 [MTT-8505] by bastienunity · Pull Request #169 · Unity-Technologies/com.unity.multiplayer.samples.bitesize
Expand Up
@@ -16,11 +16,12 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.10",
"version": "1.8.13",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
Expand Down
Expand Up
@@ -147,7 +148,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.9",
"version": "14.0.11",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All
@@ -158,23 +159,23 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.9",
"version": "14.0.11",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "14.0.9",
"com.unity.shadergraph": "14.0.9",
"com.unity.render-pipelines.core": "14.0.11",
"com.unity.shadergraph": "14.0.11",
"com.unity.render-pipelines.universal-config": "14.0.9"
}
},
"com.unity.render-pipelines.universal-config": {
"version": "14.0.9",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.9"
"com.unity.render-pipelines.core": "14.0.10"
}
},
"com.unity.searcher": {
Expand All
@@ -185,19 +186,19 @@
"url": "https://packages.unity.com"
},
"com.unity.services.authentication": {
"version": "2.7.2",
"version": "2.7.4",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.services.core": "1.10.1",
"com.unity.services.core": "1.12.5",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.12.0",
"version": "1.12.5",
"depth": 2,
"source": "registry",
"dependencies": {
Expand All
@@ -208,11 +209,11 @@
"url": "https://packages.unity.com"
},
"com.unity.services.qos": {
"version": "1.2.1",
"version": "1.3.0",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.services.core": "1.4.0",
"com.unity.services.core": "1.12.4",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.services.authentication": "2.0.0",
Expand Down
Expand Up
@@ -246,11 +247,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.9",
"version": "14.0.11",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.9",
"com.unity.render-pipelines.core": "14.0.11",
"com.unity.searcher": "4.9.2"
}
},
Expand Down
Expand Up
@@ -287,7 +288,7 @@
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "1.4.0",
"version": "1.4.1",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down