Skip to content

Commit 9d3dc2f

Browse files
author
José Miguel Sánchez Fernández
committed
Updated project to Unity 2021.3.0f1 LTS.
1 parent d5a9435 commit 9d3dc2f

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

Packages/manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
33
"com.unity.feature.development": "1.0.1",
4-
"com.unity.ide.visualstudio": "2.0.12",
5-
"com.unity.postprocessing": "3.1.1",
6-
"com.unity.test-framework": "1.1.30",
4+
"com.unity.ide.visualstudio": "2.0.14",
5+
"com.unity.postprocessing": "3.2.1",
6+
"com.unity.test-framework": "1.1.31",
77
"com.unity.textmeshpro": "3.0.6",
88
"com.unity.ugui": "1.0.0",
99
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"depth": 0,
2020
"source": "builtin",
2121
"dependencies": {
22-
"com.unity.ide.visualstudio": "2.0.11",
23-
"com.unity.ide.rider": "3.0.7",
24-
"com.unity.ide.vscode": "1.2.4",
22+
"com.unity.ide.visualstudio": "2.0.14",
23+
"com.unity.ide.rider": "3.0.13",
24+
"com.unity.ide.vscode": "1.2.5",
2525
"com.unity.editorcoroutines": "1.0.0",
2626
"com.unity.performance.profile-analyzer": "1.1.1",
27-
"com.unity.test-framework": "1.1.29",
27+
"com.unity.test-framework": "1.1.31",
2828
"com.unity.testtools.codecoverage": "1.0.1"
2929
}
3030
},
3131
"com.unity.ide.rider": {
32-
"version": "3.0.7",
32+
"version": "3.0.13",
3333
"depth": 1,
3434
"source": "registry",
3535
"dependencies": {
@@ -38,7 +38,7 @@
3838
"url": "https://packages.unity.com"
3939
},
4040
"com.unity.ide.visualstudio": {
41-
"version": "2.0.12",
41+
"version": "2.0.14",
4242
"depth": 0,
4343
"source": "registry",
4444
"dependencies": {
@@ -47,7 +47,7 @@
4747
"url": "https://packages.unity.com"
4848
},
4949
"com.unity.ide.vscode": {
50-
"version": "1.2.4",
50+
"version": "1.2.5",
5151
"depth": 1,
5252
"source": "registry",
5353
"dependencies": {},
@@ -61,7 +61,7 @@
6161
"url": "https://packages.unity.com"
6262
},
6363
"com.unity.postprocessing": {
64-
"version": "3.1.1",
64+
"version": "3.2.1",
6565
"depth": 0,
6666
"source": "registry",
6767
"dependencies": {
@@ -77,7 +77,7 @@
7777
"url": "https://packages.unity.com"
7878
},
7979
"com.unity.test-framework": {
80-
"version": "1.1.30",
80+
"version": "1.1.31",
8181
"depth": 0,
8282
"source": "registry",
8383
"dependencies": {

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.2.3f1
2-
m_EditorVersionWithRevision: 2021.2.3f1 (32358a8527b4)
1+
m_EditorVersion: 2021.3.0f1
2+
m_EditorVersionWithRevision: 2021.3.0f1 (6eacc8284459)

0 commit comments

Comments
 (0)