Skip to content

Commit ac4fd76

Browse files
committed
01 - Update to Unity 2021.2.2
1 parent 5be65f2 commit ac4fd76

File tree

3 files changed

+22
-26
lines changed

3 files changed

+22
-26
lines changed

Diff for: 01/Done/Hello Unity/Packages/manifest.json

+7-8
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ads": "3.7.1",
6-
"com.unity.analytics": "3.5.3",
7-
"com.unity.collab-proxy": "1.5.7",
8-
"com.unity.ide.visualstudio": "2.0.9",
9-
"com.unity.ide.vscode": "1.2.3",
10-
"com.unity.purchasing": "3.2.2",
11-
"com.unity.test-framework": "1.1.26",
5+
"com.unity.ads": "3.7.5",
6+
"com.unity.analytics": "3.6.11",
7+
"com.unity.collab-proxy": "1.13.5",
8+
"com.unity.ide.visualstudio": "2.0.12",
9+
"com.unity.ide.vscode": "1.2.4",
10+
"com.unity.test-framework": "1.1.29",
1211
"com.unity.textmeshpro": "3.0.6",
13-
"com.unity.timeline": "1.6.0-pre.5",
12+
"com.unity.timeline": "1.6.2",
1413
"com.unity.ugui": "1.0.0",
1514
"com.unity.modules.ai": "1.0.0",
1615
"com.unity.modules.androidjni": "1.0.0",

Diff for: 01/Done/Hello Unity/Packages/packages-lock.json

+13-16
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {}
1414
},
1515
"com.unity.ads": {
16-
"version": "3.7.1",
16+
"version": "3.7.5",
1717
"depth": 0,
1818
"source": "registry",
1919
"dependencies": {
@@ -22,7 +22,7 @@
2222
"url": "https://packages.unity.com"
2323
},
2424
"com.unity.analytics": {
25-
"version": "3.5.3",
25+
"version": "3.6.11",
2626
"depth": 0,
2727
"source": "registry",
2828
"dependencies": {
@@ -31,11 +31,12 @@
3131
"url": "https://packages.unity.com"
3232
},
3333
"com.unity.collab-proxy": {
34-
"version": "1.5.7",
34+
"version": "1.13.5",
3535
"depth": 0,
3636
"source": "registry",
3737
"dependencies": {
38-
"com.unity.nuget.newtonsoft-json": "2.0.0"
38+
"com.unity.nuget.newtonsoft-json": "2.0.0",
39+
"com.unity.services.core": "1.0.1"
3940
},
4041
"url": "https://packages.unity.com"
4142
},
@@ -47,7 +48,7 @@
4748
"url": "https://packages.unity.com"
4849
},
4950
"com.unity.ide.visualstudio": {
50-
"version": "2.0.9",
51+
"version": "2.0.12",
5152
"depth": 0,
5253
"source": "registry",
5354
"dependencies": {
@@ -56,7 +57,7 @@
5657
"url": "https://packages.unity.com"
5758
},
5859
"com.unity.ide.vscode": {
59-
"version": "1.2.3",
60+
"version": "1.2.4",
6061
"depth": 0,
6162
"source": "registry",
6263
"dependencies": {},
@@ -69,21 +70,17 @@
6970
"dependencies": {},
7071
"url": "https://packages.unity.com"
7172
},
72-
"com.unity.purchasing": {
73-
"version": "3.2.2",
74-
"depth": 0,
73+
"com.unity.services.core": {
74+
"version": "1.0.1",
75+
"depth": 1,
7576
"source": "registry",
7677
"dependencies": {
77-
"com.unity.ugui": "1.0.0",
78-
"com.unity.modules.unityanalytics": "1.0.0",
79-
"com.unity.modules.unitywebrequest": "1.0.0",
80-
"com.unity.modules.jsonserialize": "1.0.0",
81-
"com.unity.modules.androidjni": "1.0.0"
78+
"com.unity.modules.unitywebrequest": "1.0.0"
8279
},
8380
"url": "https://packages.unity.com"
8481
},
8582
"com.unity.test-framework": {
86-
"version": "1.1.26",
83+
"version": "1.1.29",
8784
"depth": 0,
8885
"source": "registry",
8986
"dependencies": {
@@ -103,7 +100,7 @@
103100
"url": "https://packages.unity.com"
104101
},
105102
"com.unity.timeline": {
106-
"version": "1.6.0-pre.5",
103+
"version": "1.6.2",
107104
"depth": 0,
108105
"source": "registry",
109106
"dependencies": {
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.2.0b3
2-
m_EditorVersionWithRevision: 2021.2.0b3 (bb7e34618385)
1+
m_EditorVersion: 2021.2.2f1
2+
m_EditorVersionWithRevision: 2021.2.2f1 (5e2b1e92c7f8)

0 commit comments

Comments
 (0)