Skip to content

Commit 6599b95

Browse files
committed
Remove ai navigation package
Creates compile errors for versions lower 2022.3
1 parent dd1afef commit 6599b95

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": "1.1.5",
43
"com.unity.connect.share": "4.2.3",
54
"com.unity.ide.rider": "3.0.27",
65
"com.unity.ide.visualstudio": "2.0.22",

Packages/packages-lock.json

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": {
4-
"version": "1.1.5",
5-
"depth": 0,
6-
"source": "registry",
7-
"dependencies": {
8-
"com.unity.modules.ai": "1.0.0"
9-
},
10-
"url": "https://packages.unity.com"
11-
},
123
"com.unity.connect.share": {
134
"version": "4.2.3",
145
"depth": 0,
@@ -59,7 +50,7 @@
5950
"url": "https://packages.unity.com"
6051
},
6152
"com.unity.settings-manager": {
62-
"version": "2.0.1",
53+
"version": "1.0.3",
6354
"depth": 1,
6455
"source": "registry",
6556
"dependencies": {},
@@ -94,12 +85,6 @@
9485
"com.unity.modules.imgui": "1.0.0"
9586
}
9687
},
97-
"com.unity.modules.ai": {
98-
"version": "1.0.0",
99-
"depth": 1,
100-
"source": "builtin",
101-
"dependencies": {}
102-
},
10388
"com.unity.modules.androidjni": {
10489
"version": "1.0.0",
10590
"depth": 0,
@@ -203,6 +188,17 @@
203188
"version": "1.0.0",
204189
"depth": 0,
205190
"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",
206202
"dependencies": {
207203
"com.unity.modules.ui": "1.0.0",
208204
"com.unity.modules.imgui": "1.0.0",

0 commit comments

Comments
 (0)