Skip to content

Commit e705245

Browse files
committed
Upgrade to unity 2022.2.0b13
1 parent eef232d commit e705245

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed

Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"dependencies": {
3+
"com.unity.ai.navigation": "1.1.0-pre.1",
34
"com.unity.connect.share": "4.2.3",
45
"com.unity.ide.rider": "3.0.15",
56
"com.unity.ide.visualstudio": "2.0.16",
67
"com.unity.ide.vscode": "1.2.5",
7-
"com.unity.test-framework": "1.1.31",
8+
"com.unity.test-framework": "1.1.33",
89
"com.unity.textmeshpro": "3.0.6",
910
"com.unity.ugui": "1.0.0",
1011
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"dependencies": {
3+
"com.unity.ai.navigation": {
4+
"version": "1.1.0-pre.1",
5+
"depth": 0,
6+
"source": "registry",
7+
"dependencies": {
8+
"com.unity.modules.ai": "1.0.0"
9+
},
10+
"url": "https://packages.unity.com"
11+
},
312
"com.unity.connect.share": {
413
"version": "4.2.3",
514
"depth": 0,
@@ -50,14 +59,14 @@
5059
"url": "https://packages.unity.com"
5160
},
5261
"com.unity.settings-manager": {
53-
"version": "1.0.3",
62+
"version": "2.0.1",
5463
"depth": 1,
5564
"source": "registry",
5665
"dependencies": {},
5766
"url": "https://packages.unity.com"
5867
},
5968
"com.unity.test-framework": {
60-
"version": "1.1.31",
69+
"version": "1.1.33",
6170
"depth": 0,
6271
"source": "registry",
6372
"dependencies": {
@@ -85,6 +94,12 @@
8594
"com.unity.modules.imgui": "1.0.0"
8695
}
8796
},
97+
"com.unity.modules.ai": {
98+
"version": "1.0.0",
99+
"depth": 1,
100+
"source": "builtin",
101+
"dependencies": {}
102+
},
88103
"com.unity.modules.androidjni": {
89104
"version": "1.0.0",
90105
"depth": 0,
@@ -188,17 +203,6 @@
188203
"version": "1.0.0",
189204
"depth": 0,
190205
"source": "builtin",
191-
"dependencies": {
192-
"com.unity.modules.ui": "1.0.0",
193-
"com.unity.modules.imgui": "1.0.0",
194-
"com.unity.modules.jsonserialize": "1.0.0",
195-
"com.unity.modules.uielementsnative": "1.0.0"
196-
}
197-
},
198-
"com.unity.modules.uielementsnative": {
199-
"version": "1.0.0",
200-
"depth": 1,
201-
"source": "builtin",
202206
"dependencies": {
203207
"com.unity.modules.ui": "1.0.0",
204208
"com.unity.modules.imgui": "1.0.0",

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.6f1
2-
m_EditorVersionWithRevision: 2021.3.6f1 (7da38d85baf6)
1+
m_EditorVersion: 2022.2.0b13
2+
m_EditorVersionWithRevision: 2022.2.0b13 (458a6ada3646)

ProjectSettings/boot.config

Whitespace-only changes.

0 commit comments

Comments
 (0)