Upgrade Unity to 2022.3.8f1 (from 2021.3.24f1) (#2928)

* Upgrade Unity to 2022.3.8f1 (from 2021.3.24f1)

* update the script too
This commit is contained in:
2023-08-26 07:27:21 -07:00
committed by GitHub
parent 3612ffe40b
commit 131f61e2ab
7 changed files with 611 additions and 555 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
UNITY_VERSION='2021.3.24f1'
UNITY_VERSION='2022.3.8f1'
File diff suppressed because it is too large Load Diff
@@ -2,16 +2,17 @@
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.analytics": "3.6.12",
"com.unity.collab-proxy": "2.0.3",
"com.unity.ai.navigation": "1.1.4",
"com.unity.analytics": "3.8.1",
"com.unity.collab-proxy": "2.0.7",
"com.unity.ext.nunit": "1.0.6",
"com.unity.ide.rider": "3.0.22",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
"com.unity.nuget.newtonsoft-json": "3.1.0",
"com.unity.test-framework": "1.1.31",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",
"com.unity.timeline": "1.7.5",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
@@ -10,19 +10,32 @@
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {}
"dependencies": {
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.uielements": "1.0.0"
}
},
"com.unity.analytics": {
"version": "3.6.12",
"com.unity.ai.navigation": {
"version": "1.1.4",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.ai": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.analytics": {
"version": "3.8.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.services.analytics": "1.0.4",
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.0.3",
"version": "2.0.7",
"depth": 0,
"source": "registry",
"dependencies": {},
@@ -36,7 +49,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.22",
"version": "3.0.24",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -61,14 +74,36 @@
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.1.0",
"version": "3.2.1",
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.services.analytics": {
"version": "5.0.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.services.core": "1.10.1"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.11.0",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.modules.androidjni": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.31",
"version": "1.1.33",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -88,7 +123,7 @@
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.6.4",
"version": "1.7.5",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -240,17 +275,6 @@
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.uielementsnative": "1.0.0"
}
},
"com.unity.modules.uielementsnative": {
"version": "1.0.0",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.24f1
m_EditorVersionWithRevision: 2021.3.24f1 (cf10dcf7010d)
m_EditorVersion: 2022.3.8f1
m_EditorVersionWithRevision: 2022.3.8f1 (b5eafc012955)
@@ -3,10 +3,10 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{f6909387-34e2-0197-fd91-e6996d3e4de4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{27d75263-bd6c-d73c-9c3d-d54542fa8432}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFileBrowser.Runtime", "SimpleFileBrowser.Runtime.csproj", "{39ca4c14-7112-1116-f621-bba129fb6fa6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{27d75263-bd6c-d73c-9c3d-d54542fa8432}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{cbfbdd17-044d-09d5-1313-420daf9f92ac}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleFileBrowser.Editor", "SimpleFileBrowser.Editor.csproj", "{5de51bc3-acf9-7e9c-e4f9-446d94b4d01e}"
@@ -18,10 +18,10 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{f6909387-34e2-0197-fd91-e6996d3e4de4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{f6909387-34e2-0197-fd91-e6996d3e4de4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27d75263-bd6c-d73c-9c3d-d54542fa8432}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27d75263-bd6c-d73c-9c3d-d54542fa8432}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39ca4c14-7112-1116-f621-bba129fb6fa6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39ca4c14-7112-1116-f621-bba129fb6fa6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27d75263-bd6c-d73c-9c3d-d54542fa8432}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27d75263-bd6c-d73c-9c3d-d54542fa8432}.Debug|Any CPU.Build.0 = Debug|Any CPU
{cbfbdd17-044d-09d5-1313-420daf9f92ac}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{cbfbdd17-044d-09d5-1313-420daf9f92ac}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5de51bc3-acf9-7e9c-e4f9-446d94b4d01e}.Debug|Any CPU.ActiveCfg = Debug|Any CPU