Skip to content

Commit 40f24e6

Browse files
committed
Update Unity from 2020.3.8f1 to 2020.3.24f1
1 parent ef305d0 commit 40f24e6

8 files changed

+899
-802
lines changed

Assembly-CSharp-Editor.csproj

Lines changed: 229 additions & 199 deletions
Large diffs are not rendered by default.

Assembly-CSharp.csproj

Lines changed: 206 additions & 194 deletions
Large diffs are not rendered by default.

MackySoft.SerializeReferenceExtensions.Editor.csproj

Lines changed: 223 additions & 196 deletions
Large diffs are not rendered by default.

MackySoft.SerializeReferenceExtensions.csproj

Lines changed: 202 additions & 193 deletions
Large diffs are not rendered by default.

Packages/manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.3.9",
3+
"com.unity.collab-proxy": "1.15.4",
44
"com.unity.ide.rider": "2.0.7",
5-
"com.unity.ide.visualstudio": "2.0.8",
6-
"com.unity.ide.vscode": "1.2.3",
7-
"com.unity.test-framework": "1.1.24",
8-
"com.unity.textmeshpro": "3.0.1",
9-
"com.unity.timeline": "1.4.7",
5+
"com.unity.ide.visualstudio": "2.0.12",
6+
"com.unity.ide.vscode": "1.2.4",
7+
"com.unity.test-framework": "1.1.29",
8+
"com.unity.textmeshpro": "3.0.6",
9+
"com.unity.timeline": "1.4.8",
1010
"com.unity.ugui": "1.0.0",
1111
"com.unity.modules.ai": "1.0.0",
1212
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"dependencies": {
33
"com.unity.collab-proxy": {
4-
"version": "1.3.9",
4+
"version": "1.15.4",
55
"depth": 0,
66
"source": "registry",
7-
"dependencies": {},
7+
"dependencies": {
8+
"com.unity.nuget.newtonsoft-json": "2.0.0",
9+
"com.unity.services.core": "1.0.1"
10+
},
811
"url": "https://packages.unity.com"
912
},
1013
"com.unity.ext.nunit": {
@@ -24,7 +27,7 @@
2427
"url": "https://packages.unity.com"
2528
},
2629
"com.unity.ide.visualstudio": {
27-
"version": "2.0.8",
30+
"version": "2.0.12",
2831
"depth": 0,
2932
"source": "registry",
3033
"dependencies": {
@@ -33,14 +36,30 @@
3336
"url": "https://packages.unity.com"
3437
},
3538
"com.unity.ide.vscode": {
36-
"version": "1.2.3",
39+
"version": "1.2.4",
3740
"depth": 0,
3841
"source": "registry",
3942
"dependencies": {},
4043
"url": "https://packages.unity.com"
4144
},
45+
"com.unity.nuget.newtonsoft-json": {
46+
"version": "2.0.0",
47+
"depth": 1,
48+
"source": "registry",
49+
"dependencies": {},
50+
"url": "https://packages.unity.com"
51+
},
52+
"com.unity.services.core": {
53+
"version": "1.0.1",
54+
"depth": 1,
55+
"source": "registry",
56+
"dependencies": {
57+
"com.unity.modules.unitywebrequest": "1.0.0"
58+
},
59+
"url": "https://packages.unity.com"
60+
},
4261
"com.unity.test-framework": {
43-
"version": "1.1.24",
62+
"version": "1.1.29",
4463
"depth": 0,
4564
"source": "registry",
4665
"dependencies": {
@@ -51,7 +70,7 @@
5170
"url": "https://packages.unity.com"
5271
},
5372
"com.unity.textmeshpro": {
54-
"version": "3.0.1",
73+
"version": "3.0.6",
5574
"depth": 0,
5675
"source": "registry",
5776
"dependencies": {
@@ -60,7 +79,7 @@
6079
"url": "https://packages.unity.com"
6180
},
6281
"com.unity.timeline": {
63-
"version": "1.4.7",
82+
"version": "1.4.8",
6483
"depth": 0,
6584
"source": "registry",
6685
"dependencies": {

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.3.8f1
2-
m_EditorVersionWithRevision: 2020.3.8f1 (507919d4fff5)
1+
m_EditorVersion: 2020.3.24f1
2+
m_EditorVersionWithRevision: 2020.3.24f1 (79c78de19888)

Unity-SerializeReferenceExtensions.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MackySoft.SerializeReferenceExtensions", "MackySoft.SerializeReferenceExtensions.csproj", "{416A0403-CB55-36CC-5B0D-0D345FA05F49}"
55
EndProject
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MackySoft.SerializeReferenceExtensions.Example", "MackySoft.SerializeReferenceExtensions.Example.csproj", "{19A3DFD2-76AC-5BD2-796C-431D7979E720}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{DBA81C0C-2909-6E1C-966B-5AA13C17CC10}"
77
EndProject
88
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MackySoft.SerializeReferenceExtensions.Editor", "MackySoft.SerializeReferenceExtensions.Editor.csproj", "{D1920D53-66A8-7BB7-4FB5-7CA468A92179}"
99
EndProject
@@ -19,10 +19,10 @@ Global
1919
{416A0403-CB55-36CC-5B0D-0D345FA05F49}.Debug|Any CPU.Build.0 = Debug|Any CPU
2020
{416A0403-CB55-36CC-5B0D-0D345FA05F49}.Release|Any CPU.ActiveCfg = Release|Any CPU
2121
{416A0403-CB55-36CC-5B0D-0D345FA05F49}.Release|Any CPU.Build.0 = Release|Any CPU
22-
{19A3DFD2-76AC-5BD2-796C-431D7979E720}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23-
{19A3DFD2-76AC-5BD2-796C-431D7979E720}.Debug|Any CPU.Build.0 = Debug|Any CPU
24-
{19A3DFD2-76AC-5BD2-796C-431D7979E720}.Release|Any CPU.ActiveCfg = Release|Any CPU
25-
{19A3DFD2-76AC-5BD2-796C-431D7979E720}.Release|Any CPU.Build.0 = Release|Any CPU
22+
{DBA81C0C-2909-6E1C-966B-5AA13C17CC10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
23+
{DBA81C0C-2909-6E1C-966B-5AA13C17CC10}.Debug|Any CPU.Build.0 = Debug|Any CPU
24+
{DBA81C0C-2909-6E1C-966B-5AA13C17CC10}.Release|Any CPU.ActiveCfg = Release|Any CPU
25+
{DBA81C0C-2909-6E1C-966B-5AA13C17CC10}.Release|Any CPU.Build.0 = Release|Any CPU
2626
{D1920D53-66A8-7BB7-4FB5-7CA468A92179}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2727
{D1920D53-66A8-7BB7-4FB5-7CA468A92179}.Debug|Any CPU.Build.0 = Debug|Any CPU
2828
{D1920D53-66A8-7BB7-4FB5-7CA468A92179}.Release|Any CPU.ActiveCfg = Release|Any CPU

0 commit comments

Comments
 (0)