Skip to content

Commit 9ea0cda

Browse files
committed
Update Editor and packages
1 parent 88f002f commit 9ea0cda

3 files changed

Lines changed: 33 additions & 34 deletions

File tree

Packages/manifest.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ads": "3.6.1",
6-
"com.unity.analytics": "3.5.3",
7-
"com.unity.collab-proxy": "1.3.9",
5+
"com.unity.analytics": "3.6.11",
6+
"com.unity.collab-proxy": "1.13.5",
87
"com.unity.editorcoroutines": "1.0.0",
98
"com.unity.ide.rider": "2.0.7",
10-
"com.unity.ide.visualstudio": "2.0.7",
11-
"com.unity.ide.vscode": "1.2.3",
12-
"com.unity.purchasing": "2.2.2",
13-
"com.unity.test-framework": "1.1.24",
14-
"com.unity.textmeshpro": "3.0.1",
15-
"com.unity.timeline": "1.4.6",
9+
"com.unity.ide.visualstudio": "2.0.14",
10+
"com.unity.ide.vscode": "1.2.4",
11+
"com.unity.test-framework": "1.1.29",
12+
"com.unity.textmeshpro": "3.0.6",
13+
"com.unity.timeline": "1.4.8",
1614
"com.unity.ugui": "1.0.0",
17-
"com.unity.xr.legacyinputhelpers": "2.1.7",
15+
"com.unity.xr.legacyinputhelpers": "2.1.8",
1816
"com.unity.modules.ai": "1.0.0",
1917
"com.unity.modules.androidjni": "1.0.0",
2018
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,8 @@
1212
"source": "builtin",
1313
"dependencies": {}
1414
},
15-
"com.unity.ads": {
16-
"version": "3.6.1",
17-
"depth": 0,
18-
"source": "registry",
19-
"dependencies": {
20-
"com.unity.ugui": "1.0.0"
21-
},
22-
"url": "https://packages.unity.com"
23-
},
2415
"com.unity.analytics": {
25-
"version": "3.5.3",
16+
"version": "3.6.11",
2617
"depth": 0,
2718
"source": "registry",
2819
"dependencies": {
@@ -31,10 +22,13 @@
3122
"url": "https://packages.unity.com"
3223
},
3324
"com.unity.collab-proxy": {
34-
"version": "1.3.9",
25+
"version": "1.13.5",
3526
"depth": 0,
3627
"source": "registry",
37-
"dependencies": {},
28+
"dependencies": {
29+
"com.unity.nuget.newtonsoft-json": "2.0.0",
30+
"com.unity.services.core": "1.0.1"
31+
},
3832
"url": "https://packages.unity.com"
3933
},
4034
"com.unity.editorcoroutines": {
@@ -61,7 +55,7 @@
6155
"url": "https://packages.unity.com"
6256
},
6357
"com.unity.ide.visualstudio": {
64-
"version": "2.0.7",
58+
"version": "2.0.14",
6559
"depth": 0,
6660
"source": "registry",
6761
"dependencies": {
@@ -70,23 +64,30 @@
7064
"url": "https://packages.unity.com"
7165
},
7266
"com.unity.ide.vscode": {
73-
"version": "1.2.3",
67+
"version": "1.2.4",
7468
"depth": 0,
7569
"source": "registry",
7670
"dependencies": {},
7771
"url": "https://packages.unity.com"
7872
},
79-
"com.unity.purchasing": {
80-
"version": "2.2.2",
81-
"depth": 0,
73+
"com.unity.nuget.newtonsoft-json": {
74+
"version": "2.0.0",
75+
"depth": 1,
76+
"source": "registry",
77+
"dependencies": {},
78+
"url": "https://packages.unity.com"
79+
},
80+
"com.unity.services.core": {
81+
"version": "1.0.1",
82+
"depth": 1,
8283
"source": "registry",
8384
"dependencies": {
84-
"com.unity.ugui": "1.0.0"
85+
"com.unity.modules.unitywebrequest": "1.0.0"
8586
},
8687
"url": "https://packages.unity.com"
8788
},
8889
"com.unity.test-framework": {
89-
"version": "1.1.24",
90+
"version": "1.1.29",
9091
"depth": 0,
9192
"source": "registry",
9293
"dependencies": {
@@ -97,7 +98,7 @@
9798
"url": "https://packages.unity.com"
9899
},
99100
"com.unity.textmeshpro": {
100-
"version": "3.0.1",
101+
"version": "3.0.6",
101102
"depth": 0,
102103
"source": "registry",
103104
"dependencies": {
@@ -106,7 +107,7 @@
106107
"url": "https://packages.unity.com"
107108
},
108109
"com.unity.timeline": {
109-
"version": "1.4.6",
110+
"version": "1.4.8",
110111
"depth": 0,
111112
"source": "registry",
112113
"dependencies": {
@@ -127,7 +128,7 @@
127128
}
128129
},
129130
"com.unity.xr.legacyinputhelpers": {
130-
"version": "2.1.7",
131+
"version": "2.1.8",
131132
"depth": 0,
132133
"source": "registry",
133134
"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.2f1
2-
m_EditorVersionWithRevision: 2020.3.2f1 (8fd9074bf66c)
1+
m_EditorVersion: 2020.3.21f1
2+
m_EditorVersionWithRevision: 2020.3.21f1 (a38c86f6690f)

0 commit comments

Comments
 (0)