Skip to content

Commit 6fe2765

Browse files
committed
Update to unity 2020.3.23f1
1 parent 18d9fd5 commit 6fe2765

3 files changed

Lines changed: 21 additions & 11 deletions

File tree

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.7.1",
3+
"com.unity.collab-proxy": "1.15.1",
44
"com.unity.connect.share": "4.2.2",
55
"com.unity.ide.rider": "3.0.7",
6-
"com.unity.ide.visualstudio": "2.0.9",
7-
"com.unity.ide.vscode": "1.2.3",
8-
"com.unity.test-framework": "1.1.26",
6+
"com.unity.ide.visualstudio": "2.0.11",
7+
"com.unity.ide.vscode": "1.2.4",
8+
"com.unity.test-framework": "1.1.29",
99
"com.unity.textmeshpro": "3.0.6",
1010
"com.unity.ugui": "1.0.0",
1111
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"dependencies": {
33
"com.unity.collab-proxy": {
4-
"version": "1.7.1",
4+
"version": "1.15.1",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.nuget.newtonsoft-json": "2.0.0"
8+
"com.unity.nuget.newtonsoft-json": "2.0.0",
9+
"com.unity.services.core": "1.0.1"
910
},
1011
"url": "https://packages.unity.com"
1112
},
@@ -43,7 +44,7 @@
4344
"url": "https://packages.unity.com"
4445
},
4546
"com.unity.ide.visualstudio": {
46-
"version": "2.0.9",
47+
"version": "2.0.11",
4748
"depth": 0,
4849
"source": "registry",
4950
"dependencies": {
@@ -52,7 +53,7 @@
5253
"url": "https://packages.unity.com"
5354
},
5455
"com.unity.ide.vscode": {
55-
"version": "1.2.3",
56+
"version": "1.2.4",
5657
"depth": 0,
5758
"source": "registry",
5859
"dependencies": {},
@@ -65,6 +66,15 @@
6566
"dependencies": {},
6667
"url": "https://packages.unity.com"
6768
},
69+
"com.unity.services.core": {
70+
"version": "1.0.1",
71+
"depth": 1,
72+
"source": "registry",
73+
"dependencies": {
74+
"com.unity.modules.unitywebrequest": "1.0.0"
75+
},
76+
"url": "https://packages.unity.com"
77+
},
6878
"com.unity.settings-manager": {
6979
"version": "1.0.2",
7080
"depth": 1,
@@ -73,7 +83,7 @@
7383
"url": "https://packages.unity.com"
7484
},
7585
"com.unity.test-framework": {
76-
"version": "1.1.26",
86+
"version": "1.1.29",
7787
"depth": 0,
7888
"source": "registry",
7989
"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.12f1
2-
m_EditorVersionWithRevision: 2020.3.12f1 (b3b2c6512326)
1+
m_EditorVersion: 2020.3.23f1
2+
m_EditorVersionWithRevision: 2020.3.23f1 (c5d91304a876)

0 commit comments

Comments
 (0)