Skip to content

Commit a6b9992

Browse files
committed
Update to unity version 2021.3.28f1
1 parent 2feba4b commit a6b9992

File tree

3 files changed

+20
-40
lines changed

3 files changed

+20
-40
lines changed

Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.17.7",
3+
"com.unity.collab-proxy": "2.0.5",
44
"com.unity.feature.development": "1.0.1",
5-
"com.unity.ide.rider": "3.0.17",
6-
"com.unity.ide.visualstudio": "2.0.17",
5+
"com.unity.ide.rider": "3.0.24",
6+
"com.unity.ide.visualstudio": "2.0.18",
77
"com.unity.ide.vscode": "1.2.5",
88
"com.unity.test-framework": "1.1.33",
99
"com.unity.textmeshpro": "3.0.6",
10-
"com.unity.timeline": "1.6.4",
10+
"com.unity.timeline": "1.6.5",
1111
"com.unity.ugui": "1.0.0",
12-
"com.unity.visualscripting": "1.7.8",
12+
"com.unity.visualscripting": "1.8.0",
1313
"com.unity.modules.ai": "1.0.0",
1414
"com.unity.modules.androidjni": "1.0.0",
1515
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"dependencies": {
33
"com.unity.collab-proxy": {
4-
"version": "1.17.7",
4+
"version": "2.0.5",
55
"depth": 0,
66
"source": "registry",
7-
"dependencies": {
8-
"com.unity.services.core": "1.0.1"
9-
},
7+
"dependencies": {},
108
"url": "https://packages.unity.com"
119
},
1210
"com.unity.editorcoroutines": {
@@ -28,17 +26,17 @@
2826
"depth": 0,
2927
"source": "builtin",
3028
"dependencies": {
31-
"com.unity.ide.visualstudio": "2.0.16",
32-
"com.unity.ide.rider": "3.0.16",
29+
"com.unity.ide.visualstudio": "2.0.18",
30+
"com.unity.ide.rider": "3.0.24",
3331
"com.unity.ide.vscode": "1.2.5",
3432
"com.unity.editorcoroutines": "1.0.0",
35-
"com.unity.performance.profile-analyzer": "1.1.1",
36-
"com.unity.test-framework": "1.1.31",
37-
"com.unity.testtools.codecoverage": "1.2.2"
33+
"com.unity.performance.profile-analyzer": "1.2.2",
34+
"com.unity.test-framework": "1.1.33",
35+
"com.unity.testtools.codecoverage": "1.2.4"
3836
}
3937
},
4038
"com.unity.ide.rider": {
41-
"version": "3.0.17",
39+
"version": "3.0.24",
4240
"depth": 0,
4341
"source": "registry",
4442
"dependencies": {
@@ -47,7 +45,7 @@
4745
"url": "https://packages.unity.com"
4846
},
4947
"com.unity.ide.visualstudio": {
50-
"version": "2.0.17",
48+
"version": "2.0.18",
5149
"depth": 0,
5250
"source": "registry",
5351
"dependencies": {
@@ -62,31 +60,13 @@
6260
"dependencies": {},
6361
"url": "https://packages.unity.com"
6462
},
65-
"com.unity.nuget.newtonsoft-json": {
66-
"version": "3.0.2",
67-
"depth": 2,
68-
"source": "registry",
69-
"dependencies": {},
70-
"url": "https://packages.unity.com"
71-
},
7263
"com.unity.performance.profile-analyzer": {
73-
"version": "1.1.1",
64+
"version": "1.2.2",
7465
"depth": 1,
7566
"source": "registry",
7667
"dependencies": {},
7768
"url": "https://packages.unity.com"
7869
},
79-
"com.unity.services.core": {
80-
"version": "1.6.0",
81-
"depth": 1,
82-
"source": "registry",
83-
"dependencies": {
84-
"com.unity.modules.unitywebrequest": "1.0.0",
85-
"com.unity.nuget.newtonsoft-json": "3.0.2",
86-
"com.unity.modules.androidjni": "1.0.0"
87-
},
88-
"url": "https://packages.unity.com"
89-
},
9070
"com.unity.settings-manager": {
9171
"version": "1.0.3",
9272
"depth": 2,
@@ -106,7 +86,7 @@
10686
"url": "https://packages.unity.com"
10787
},
10888
"com.unity.testtools.codecoverage": {
109-
"version": "1.2.2",
89+
"version": "1.2.4",
11090
"depth": 1,
11191
"source": "registry",
11292
"dependencies": {
@@ -125,7 +105,7 @@
125105
"url": "https://packages.unity.com"
126106
},
127107
"com.unity.timeline": {
128-
"version": "1.6.4",
108+
"version": "1.6.5",
129109
"depth": 0,
130110
"source": "registry",
131111
"dependencies": {
@@ -146,7 +126,7 @@
146126
}
147127
},
148128
"com.unity.visualscripting": {
149-
"version": "1.7.8",
129+
"version": "1.8.0",
150130
"depth": 0,
151131
"source": "registry",
152132
"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: 2021.3.15f1
2-
m_EditorVersionWithRevision: 2021.3.15f1 (e8e88683f834)
1+
m_EditorVersion: 2021.3.28f1
2+
m_EditorVersionWithRevision: 2021.3.28f1 (232e59c3f087)

0 commit comments

Comments
 (0)