Skip to content

Commit 9b765b4

Browse files
committed
Updated transport, services, tools and ngo default packages
1 parent b3def02 commit 9b765b4

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"com.unity.memoryprofiler": "1.1.6",
1212
"com.unity.multiplayer.center": "1.0.0",
1313
"com.unity.multiplayer.playmode": "1.5.0",
14-
"com.unity.multiplayer.tools": "2.2.4",
15-
"com.unity.netcode.gameobjects": "2.4.3",
14+
"com.unity.multiplayer.tools": "2.2.6",
15+
"com.unity.netcode.gameobjects": "2.6.0",
1616
"com.unity.performance.profile-analyzer": "1.2.3",
1717
"com.unity.postprocessing": "3.5.0",
1818
"com.unity.render-pipelines.universal": "17.0.4",
1919
"com.unity.services.authentication": "3.5.1",
20-
"com.unity.services.multiplayer": "1.1.4",
20+
"com.unity.services.multiplayer": "1.2.0",
2121
"com.unity.test-framework": "1.5.1",
2222
"com.unity.toolchain.macos-arm64-linux-x86_64": "2.0.4",
2323
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.10",
24-
"com.unity.transport": "2.5.1",
24+
"com.unity.transport": "2.6.0",
2525
"com.unity.ugui": "2.0.0",
2626
"jp.hadashikick.vcontainer": "1.16.8",
2727
"com.unity.modules.accessibility": "1.0.0",

Packages/packages-lock.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://packages.unity.com"
1111
},
1212
"com.unity.burst": {
13-
"version": "1.8.23",
13+
"version": "1.8.24",
1414
"depth": 1,
1515
"source": "registry",
1616
"dependencies": {
@@ -154,7 +154,7 @@
154154
}
155155
},
156156
"com.unity.multiplayer.tools": {
157-
"version": "2.2.4",
157+
"version": "2.2.6",
158158
"depth": 0,
159159
"source": "registry",
160160
"dependencies": {
@@ -169,7 +169,7 @@
169169
"url": "https://packages.unity.com"
170170
},
171171
"com.unity.netcode.gameobjects": {
172-
"version": "2.4.3",
172+
"version": "2.6.0",
173173
"depth": 0,
174174
"source": "registry",
175175
"dependencies": {
@@ -289,36 +289,36 @@
289289
"url": "https://packages.unity.com"
290290
},
291291
"com.unity.services.deployment": {
292-
"version": "1.3.0",
292+
"version": "1.6.2",
293293
"depth": 1,
294294
"source": "registry",
295295
"dependencies": {
296-
"com.unity.services.core": "1.12.0",
297-
"com.unity.services.deployment.api": "1.0.0"
296+
"com.unity.services.core": "1.15.1",
297+
"com.unity.services.deployment.api": "1.1.2"
298298
},
299299
"url": "https://packages.unity.com"
300300
},
301301
"com.unity.services.deployment.api": {
302-
"version": "1.0.0",
302+
"version": "1.1.2",
303303
"depth": 2,
304304
"source": "registry",
305305
"dependencies": {},
306306
"url": "https://packages.unity.com"
307307
},
308308
"com.unity.services.multiplayer": {
309-
"version": "1.1.4",
309+
"version": "1.2.0",
310310
"depth": 0,
311311
"source": "registry",
312312
"dependencies": {
313313
"com.unity.transport": "2.5.0",
314314
"com.unity.collections": "2.2.1",
315315
"com.unity.services.qos": "1.3.0",
316-
"com.unity.services.core": "1.13.0",
316+
"com.unity.services.core": "1.15.1",
317317
"com.unity.services.wire": "1.4.0",
318-
"com.unity.services.deployment": "1.3.0",
318+
"com.unity.services.deployment": "1.6.2",
319319
"com.unity.nuget.newtonsoft-json": "3.2.1",
320320
"com.unity.modules.unitywebrequest": "1.0.0",
321-
"com.unity.services.authentication": "3.3.3"
321+
"com.unity.services.authentication": "3.5.1"
322322
},
323323
"url": "https://packages.unity.com"
324324
},
@@ -430,13 +430,13 @@
430430
"url": "https://packages.unity.com"
431431
},
432432
"com.unity.transport": {
433-
"version": "2.5.1",
433+
"version": "2.6.0",
434434
"depth": 0,
435435
"source": "registry",
436436
"dependencies": {
437-
"com.unity.burst": "1.8.12",
437+
"com.unity.burst": "1.8.24",
438438
"com.unity.collections": "2.2.1",
439-
"com.unity.mathematics": "1.3.1"
439+
"com.unity.mathematics": "1.3.2"
440440
},
441441
"url": "https://packages.unity.com"
442442
},

0 commit comments

Comments
 (0)