Skip to content

Commit e392082

Browse files
committed
Updated all projects to align on minimal supported editor version
1 parent 50b00ec commit e392082

16 files changed

Lines changed: 151 additions & 190 deletions

File tree

Examples/CharacterControllerMovingBodies/Packages/manifest.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ads": "4.4.2",
6-
"com.unity.ai.navigation": "2.0.9",
5+
"com.unity.ads": "4.16.4",
6+
"com.unity.ai.navigation": "2.0.12",
77
"com.unity.analytics": "3.8.1",
8-
"com.unity.collab-proxy": "2.10.0",
8+
"com.unity.collab-proxy": "2.12.4",
99
"com.unity.feature.development": "1.0.2",
10-
"com.unity.ide.rider": "3.0.38",
11-
"com.unity.ide.visualstudio": "2.0.25",
10+
"com.unity.ide.rider": "3.0.39",
11+
"com.unity.ide.visualstudio": "2.0.27",
1212
"com.unity.multiplayer.center": "1.0.0",
1313
"com.unity.netcode.gameobjects": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git?path=com.unity.netcode.gameobjects#develop-2.0.0",
14-
"com.unity.purchasing": "4.12.2",
1514
"com.unity.services.multiplayer": "1.2.0",
1615
"com.unity.test-framework": "1.6.0",
17-
"com.unity.timeline": "1.8.9",
16+
"com.unity.timeline": "1.8.10",
1817
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
19-
"com.unity.transport": "2.6.0",
18+
"com.unity.transport": "2.7.2",
2019
"com.unity.ugui": "2.0.0",
21-
"com.unity.visualscripting": "1.9.7",
20+
"com.unity.visualscripting": "1.9.11",
2221
"com.unity.xr.legacyinputhelpers": "2.1.12",
2322
"com.unity.modules.accessibility": "1.0.0",
2423
"com.unity.modules.ai": "1.0.0",

Examples/CharacterControllerMovingBodies/Packages/packages-lock.json

Lines changed: 30 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@
1616
}
1717
},
1818
"com.unity.ads": {
19-
"version": "4.4.2",
19+
"version": "4.16.4",
2020
"depth": 0,
2121
"source": "registry",
2222
"dependencies": {
23-
"com.unity.ugui": "1.0.0"
23+
"com.unity.ugui": "1.0.0",
24+
"com.unity.modules.androidjni": "1.0.0"
2425
},
2526
"url": "https://packages.unity.com"
2627
},
2728
"com.unity.ai.navigation": {
28-
"version": "2.0.9",
29+
"version": "2.0.12",
2930
"depth": 0,
3031
"source": "registry",
3132
"dependencies": {
@@ -44,7 +45,7 @@
4445
"url": "https://packages.unity.com"
4546
},
4647
"com.unity.burst": {
47-
"version": "1.8.25",
48+
"version": "1.8.28",
4849
"depth": 1,
4950
"source": "registry",
5051
"dependencies": {
@@ -54,21 +55,21 @@
5455
"url": "https://packages.unity.com"
5556
},
5657
"com.unity.collab-proxy": {
57-
"version": "2.10.0",
58+
"version": "2.12.4",
5859
"depth": 0,
5960
"source": "registry",
6061
"dependencies": {},
6162
"url": "https://packages.unity.com"
6263
},
6364
"com.unity.collections": {
64-
"version": "2.6.2",
65+
"version": "2.6.5",
6566
"depth": 1,
6667
"source": "registry",
6768
"dependencies": {
68-
"com.unity.burst": "1.8.23",
69+
"com.unity.burst": "1.8.27",
6970
"com.unity.mathematics": "1.3.2",
7071
"com.unity.test-framework": "1.4.6",
71-
"com.unity.nuget.mono-cecil": "1.11.5",
72+
"com.unity.nuget.mono-cecil": "1.11.6",
7273
"com.unity.test-framework.performance": "3.0.3"
7374
},
7475
"url": "https://packages.unity.com"
@@ -91,16 +92,16 @@
9192
"depth": 0,
9293
"source": "builtin",
9394
"dependencies": {
94-
"com.unity.ide.visualstudio": "2.0.25",
95-
"com.unity.ide.rider": "3.0.38",
95+
"com.unity.ide.visualstudio": "2.0.27",
96+
"com.unity.ide.rider": "3.0.39",
9697
"com.unity.editorcoroutines": "1.0.1",
97-
"com.unity.performance.profile-analyzer": "1.2.4",
98+
"com.unity.performance.profile-analyzer": "1.3.3",
9899
"com.unity.test-framework": "1.6.0",
99-
"com.unity.testtools.codecoverage": "1.2.7"
100+
"com.unity.testtools.codecoverage": "1.3.0"
100101
}
101102
},
102103
"com.unity.ide.rider": {
103-
"version": "3.0.38",
104+
"version": "3.0.39",
104105
"depth": 0,
105106
"source": "registry",
106107
"dependencies": {
@@ -109,11 +110,11 @@
109110
"url": "https://packages.unity.com"
110111
},
111112
"com.unity.ide.visualstudio": {
112-
"version": "2.0.25",
113+
"version": "2.0.27",
113114
"depth": 0,
114115
"source": "registry",
115116
"dependencies": {
116-
"com.unity.test-framework": "1.1.31"
117+
"com.unity.test-framework": "1.1.33"
117118
},
118119
"url": "https://packages.unity.com"
119120
},
@@ -143,7 +144,7 @@
143144
"hash": "37bdf528127a9ae3e104d76b9a13343bffd653cb"
144145
},
145146
"com.unity.nuget.mono-cecil": {
146-
"version": "1.11.5",
147+
"version": "1.11.6",
147148
"depth": 1,
148149
"source": "registry",
149150
"dependencies": {},
@@ -157,38 +158,25 @@
157158
"url": "https://packages.unity.com"
158159
},
159160
"com.unity.performance.profile-analyzer": {
160-
"version": "1.2.4",
161+
"version": "1.3.3",
161162
"depth": 1,
162163
"source": "registry",
163164
"dependencies": {},
164165
"url": "https://packages.unity.com"
165166
},
166-
"com.unity.purchasing": {
167-
"version": "4.12.2",
168-
"depth": 0,
169-
"source": "registry",
170-
"dependencies": {
171-
"com.unity.ugui": "1.0.0",
172-
"com.unity.services.core": "1.12.5",
173-
"com.unity.modules.androidjni": "1.0.0",
174-
"com.unity.modules.jsonserialize": "1.0.0",
175-
"com.unity.modules.unitywebrequest": "1.0.0"
176-
},
177-
"url": "https://packages.unity.com"
178-
},
179167
"com.unity.services.analytics": {
180-
"version": "6.1.0",
168+
"version": "6.3.0",
181169
"depth": 1,
182170
"source": "registry",
183171
"dependencies": {
184172
"com.unity.ugui": "1.0.0",
185-
"com.unity.services.core": "1.12.4",
173+
"com.unity.services.core": "1.16.0",
186174
"com.unity.modules.jsonserialize": "1.0.0"
187175
},
188176
"url": "https://packages.unity.com"
189177
},
190178
"com.unity.services.authentication": {
191-
"version": "3.5.1",
179+
"version": "3.6.0",
192180
"depth": 1,
193181
"source": "registry",
194182
"dependencies": {
@@ -200,7 +188,7 @@
200188
"url": "https://packages.unity.com"
201189
},
202190
"com.unity.services.core": {
203-
"version": "1.15.1",
191+
"version": "1.16.0",
204192
"depth": 1,
205193
"source": "registry",
206194
"dependencies": {
@@ -258,7 +246,7 @@
258246
"url": "https://packages.unity.com"
259247
},
260248
"com.unity.services.wire": {
261-
"version": "1.4.0",
249+
"version": "1.4.2",
262250
"depth": 1,
263251
"source": "registry",
264252
"dependencies": {
@@ -302,7 +290,7 @@
302290
}
303291
},
304292
"com.unity.test-framework.performance": {
305-
"version": "3.2.0",
293+
"version": "3.3.0",
306294
"depth": 2,
307295
"source": "registry",
308296
"dependencies": {
@@ -312,17 +300,17 @@
312300
"url": "https://packages.unity.com"
313301
},
314302
"com.unity.testtools.codecoverage": {
315-
"version": "1.2.7",
303+
"version": "1.3.0",
316304
"depth": 1,
317305
"source": "registry",
318306
"dependencies": {
319-
"com.unity.test-framework": "1.0.16",
320-
"com.unity.settings-manager": "1.0.1"
307+
"com.unity.test-framework": "1.4.5",
308+
"com.unity.settings-manager": "2.0.0"
321309
},
322310
"url": "https://packages.unity.com"
323311
},
324312
"com.unity.timeline": {
325-
"version": "1.8.9",
313+
"version": "1.8.10",
326314
"depth": 0,
327315
"source": "registry",
328316
"dependencies": {
@@ -344,7 +332,7 @@
344332
"url": "https://packages.unity.com"
345333
},
346334
"com.unity.transport": {
347-
"version": "2.6.0",
335+
"version": "2.7.2",
348336
"depth": 0,
349337
"source": "registry",
350338
"dependencies": {
@@ -364,7 +352,7 @@
364352
}
365353
},
366354
"com.unity.visualscripting": {
367-
"version": "1.9.7",
355+
"version": "1.9.11",
368356
"depth": 0,
369357
"source": "registry",
370358
"dependencies": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.0.61f1
2-
m_EditorVersionWithRevision: 6000.0.61f1 (74a0adb02c31)
1+
m_EditorVersion: 6000.0.72f1
2+
m_EditorVersionWithRevision: 6000.0.72f1 (b731fd3ae857)

Examples/OverridingScenesAndPrefabs/Packages/manifest.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,22 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.ads": "4.4.2",
6-
"com.unity.ai.navigation": "2.0.9",
5+
"com.unity.ads": "4.16.4",
6+
"com.unity.ai.navigation": "2.0.12",
77
"com.unity.analytics": "3.8.1",
8-
"com.unity.collab-proxy": "2.10.0",
8+
"com.unity.collab-proxy": "2.12.4",
99
"com.unity.feature.development": "1.0.2",
10-
"com.unity.ide.rider": "3.0.38",
11-
"com.unity.ide.visualstudio": "2.0.25",
10+
"com.unity.ide.rider": "3.0.39",
11+
"com.unity.ide.visualstudio": "2.0.27",
1212
"com.unity.multiplayer.center": "1.0.0",
1313
"com.unity.netcode.gameobjects": "https://github.com/Unity-Technologies/com.unity.netcode.gameobjects.git?path=com.unity.netcode.gameobjects#develop-2.0.0",
14-
"com.unity.purchasing": "4.12.2",
1514
"com.unity.services.multiplayer": "1.2.0",
1615
"com.unity.test-framework": "1.6.0",
17-
"com.unity.timeline": "1.8.9",
16+
"com.unity.timeline": "1.8.10",
1817
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
19-
"com.unity.transport": "2.6.0",
18+
"com.unity.transport": "2.7.2",
2019
"com.unity.ugui": "2.0.0",
21-
"com.unity.visualscripting": "1.9.7",
20+
"com.unity.visualscripting": "1.9.11",
2221
"com.unity.xr.legacyinputhelpers": "2.1.12",
2322
"com.unity.modules.accessibility": "1.0.0",
2423
"com.unity.modules.ai": "1.0.0",

0 commit comments

Comments
 (0)