Update to v2021.3.2f1

This commit is contained in:
David Finol
2022-05-13 11:39:30 -05:00
parent 45230a38f2
commit b16a5decf7
5 changed files with 114 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"dependencies": {
"com.unity.collab-proxy": "1.15.15",
"com.unity.collab-proxy": "1.15.16",
"com.unity.ide.rider": "3.0.13",
"com.unity.ide.visualstudio": "2.0.14",
"com.unity.ide.vscode": "1.2.5",
+12 -3
View File
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.collab-proxy": {
"version": "1.15.15",
"version": "1.15.16",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -41,12 +41,21 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.0.2",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.0.1",
"version": "1.3.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0"
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.modules.androidjni": "1.0.0"
},
"url": "https://packages.unity.com"
},