Skip to content

Commit 94d8a86

Browse files
committed
Upgraded to latest Unity LTS version and updated packages
1 parent b12fb35 commit 94d8a86

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.vsconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"version": "1.0",
33
"components": [
44
"Microsoft.VisualStudio.Workload.ManagedGame"

Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ai.navigation": "1.1.5",
6-
"com.unity.ide.rider": "3.0.28",
7-
"com.unity.ide.visualstudio": "2.0.22",
5+
"com.unity.ai.navigation": "1.1.6",
6+
"com.unity.ide.rider": "3.0.36",
7+
"com.unity.ide.visualstudio": "2.0.25",
88
"com.unity.ide.vscode": "1.2.5",
99
"com.unity.test-framework": "1.1.33",
10-
"com.unity.textmeshpro": "3.0.6",
11-
"com.unity.timeline": "1.7.6",
10+
"com.unity.textmeshpro": "3.0.7",
11+
"com.unity.timeline": "1.7.7",
1212
"com.unity.ugui": "1.0.0",
1313
"com.unity.modules.ai": "1.0.0",
1414
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"com.unity.ai.navigation": {
19-
"version": "1.1.5",
19+
"version": "1.1.6",
2020
"depth": 0,
2121
"source": "registry",
2222
"dependencies": {
@@ -32,7 +32,7 @@
3232
"url": "https://packages.unity.com"
3333
},
3434
"com.unity.ide.rider": {
35-
"version": "3.0.28",
35+
"version": "3.0.36",
3636
"depth": 0,
3737
"source": "registry",
3838
"dependencies": {
@@ -41,11 +41,11 @@
4141
"url": "https://packages.unity.com"
4242
},
4343
"com.unity.ide.visualstudio": {
44-
"version": "2.0.22",
44+
"version": "2.0.25",
4545
"depth": 0,
4646
"source": "registry",
4747
"dependencies": {
48-
"com.unity.test-framework": "1.1.9"
48+
"com.unity.test-framework": "1.1.31"
4949
},
5050
"url": "https://packages.unity.com"
5151
},
@@ -68,7 +68,7 @@
6868
"url": "https://packages.unity.com"
6969
},
7070
"com.unity.textmeshpro": {
71-
"version": "3.0.6",
71+
"version": "3.0.7",
7272
"depth": 0,
7373
"source": "registry",
7474
"dependencies": {
@@ -77,13 +77,13 @@
7777
"url": "https://packages.unity.com"
7878
},
7979
"com.unity.timeline": {
80-
"version": "1.7.6",
80+
"version": "1.7.7",
8181
"depth": 0,
8282
"source": "registry",
8383
"dependencies": {
84+
"com.unity.modules.audio": "1.0.0",
8485
"com.unity.modules.director": "1.0.0",
8586
"com.unity.modules.animation": "1.0.0",
86-
"com.unity.modules.audio": "1.0.0",
8787
"com.unity.modules.particlesystem": "1.0.0"
8888
},
8989
"url": "https://packages.unity.com"

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.32f1
2-
m_EditorVersionWithRevision: 2022.3.32f1 (c8300dc0a3fa)
1+
m_EditorVersion: 2022.3.62f2
2+
m_EditorVersionWithRevision: 2022.3.62f2 (7670c08855a9)

0 commit comments

Comments
 (0)