Skip to content

Commit 911643f

Browse files
[MTT-11682] Update Editor to 6000.0.44f1 and update packages (#902)
* feat: update rider, multiplayer sdk, memoryprofiler, test framework, timeline, cinemachine, authentication, vcontainer and transport to newest versions * feat: upgrade editor to 6000.0.44f1 * changing utilities package dependencies and changelogs * update yamato project.metafile to 6000.0.44
1 parent 2d9b40b commit 911643f

File tree

7 files changed

+51
-37
lines changed

7 files changed

+51
-37
lines changed

.yamato/project.metafile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ projects:
3030
- name: com.unity.multiplayer.samples.coop
3131
path: Packages/com.unity.multiplayer.samples.coop
3232
test_editors:
33-
- 6000.0.25
33+
- 6000.0.44

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ Additional documentation and release notes are available at [Multiplayer Documen
3535
* com.unity.render-pipelines-universal from v17.0.3 to v17.0.4
3636
* com.unity.services.multiplayer from v1.1.0 to v1.1.1
3737
* com.unity.test-framework from v1.4.5 to v1.4.6
38+
* Upgraded editor version to 6000.0.44f1 and upgraded packages (#902):
39+
* com.unity.ide.rider from v3.0.34 to v3.0.35
40+
* com.unity.services.multiplayer from v1.1.1 to v1.1.2
41+
* com.unity.test-framework from v1.4.6 to v1.5.1
42+
* com.unity.transport from v2.4.0 to v2.5.0
43+
* com.unity.cinemachine from v.3.1.2 to 3.1.3
44+
* com.unity.services.authentication from 3.4.0 to 3.4.1
45+
* jp.hadashikick.vcontainer from 1.14.0 to 1.16.8
46+
* com.unity.memoryprofiler from 1.1.5 to 1.1.6
47+
* com.unity.timeline from 1.8.7 to 1.8.8
3848

3949
### Cleanup
4050
* Removed ParrelSync from the project (#890)

Packages/com.unity.multiplayer.samples.coop/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
## [Unreleased]
44

55
### Changed
6-
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2
6+
* Replaced Lobby and Relay standalone packages with the Multiplayer Services package v1.0.2 (#892)
77
* Removed UnityRelayUtilities
8+
* Upgrading Editor version dependency to 6000.0 (#902)
9+
Upgrading package dependencies:
10+
* Tutorial Framework upgraded to v4.0.4
11+
* Multiplayer Tools to v2.2.3
12+
* Netcode for GameObjects to v2.2.0
813

914
## [1.9.0] - 2024-04-18
1015

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "com.unity.multiplayer.samples.coop",
33
"displayName": "Multiplayer Samples Utilities",
4-
"version": "1.9.0",
4+
"version": "2.0.0",
55
"type": "template",
66
"host": "hub",
7-
"unity": "2020.3",
7+
"unity": "6000.0",
88
"description": "Utilities package built on top of Netcode for GameObjects, providing useful scripts and tools.",
99
"dependencies": {
10-
"com.unity.learn.iet-framework": "3.1.3",
11-
"com.unity.multiplayer.tools": "1.1.0",
12-
"com.unity.netcode.gameobjects": "1.8.1"
10+
"com.unity.learn.iet-framework": "4.0.4",
11+
"com.unity.multiplayer.tools": "2.2.3",
12+
"com.unity.netcode.gameobjects": "2.2.0"
1313
}
1414
}

Packages/manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.ai.navigation": "2.0.6",
5-
"com.unity.cinemachine": "3.1.2",
5+
"com.unity.cinemachine": "3.1.3",
66
"com.unity.collab-proxy": "2.7.1",
7-
"com.unity.ide.rider": "3.0.34",
7+
"com.unity.ide.rider": "3.0.35",
88
"com.unity.ide.visualstudio": "2.0.22",
99
"com.unity.inputsystem": "1.13.1",
1010
"com.unity.learn.iet-framework": "4.0.4",
1111
"com.unity.learn.iet-framework.authoring": "1.2.2",
12-
"com.unity.memoryprofiler": "1.1.5",
12+
"com.unity.memoryprofiler": "1.1.6",
1313
"com.unity.multiplayer.center": "1.0.0",
1414
"com.unity.multiplayer.playmode": "1.3.3",
1515
"com.unity.multiplayer.tools": "2.2.3",
1616
"com.unity.netcode.gameobjects": "2.2.0",
1717
"com.unity.performance.profile-analyzer": "1.2.3",
1818
"com.unity.postprocessing": "3.4.0",
1919
"com.unity.render-pipelines.universal": "17.0.4",
20-
"com.unity.services.authentication": "3.4.0",
21-
"com.unity.services.multiplayer": "1.1.1",
22-
"com.unity.test-framework": "1.4.6",
23-
"com.unity.timeline": "1.8.7",
20+
"com.unity.services.authentication": "3.4.1",
21+
"com.unity.services.multiplayer": "1.1.2",
22+
"com.unity.test-framework": "1.5.1",
23+
"com.unity.timeline": "1.8.8",
2424
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.10",
25-
"com.unity.transport": "2.4.0",
25+
"com.unity.transport": "2.5.0",
2626
"com.unity.ugui": "2.0.0",
27-
"jp.hadashikick.vcontainer": "1.14.0",
27+
"jp.hadashikick.vcontainer": "1.16.8",
2828
"com.unity.modules.accessibility": "1.0.0",
2929
"com.unity.modules.ai": "1.0.0",
3030
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626
"url": "https://packages.unity.com"
2727
},
2828
"com.unity.cinemachine": {
29-
"version": "3.1.2",
29+
"version": "3.1.3",
3030
"depth": 0,
3131
"source": "registry",
3232
"dependencies": {
33-
"com.unity.splines": "2.0.0"
33+
"com.unity.splines": "2.0.0",
34+
"com.unity.modules.imgui": "1.0.0"
3435
},
3536
"url": "https://packages.unity.com"
3637
},
@@ -63,12 +64,11 @@
6364
"com.unity.ext.nunit": {
6465
"version": "2.0.5",
6566
"depth": 1,
66-
"source": "registry",
67-
"dependencies": {},
68-
"url": "https://packages.unity.com"
67+
"source": "builtin",
68+
"dependencies": {}
6969
},
7070
"com.unity.ide.rider": {
71-
"version": "3.0.34",
71+
"version": "3.0.35",
7272
"depth": 0,
7373
"source": "registry",
7474
"dependencies": {
@@ -121,7 +121,7 @@
121121
"url": "https://packages.unity.com"
122122
},
123123
"com.unity.memoryprofiler": {
124-
"version": "1.1.5",
124+
"version": "1.1.6",
125125
"depth": 0,
126126
"source": "registry",
127127
"dependencies": {
@@ -155,9 +155,9 @@
155155
"depth": 0,
156156
"source": "embedded",
157157
"dependencies": {
158-
"com.unity.learn.iet-framework": "3.1.3",
159-
"com.unity.multiplayer.tools": "1.1.0",
160-
"com.unity.netcode.gameobjects": "1.8.1"
158+
"com.unity.learn.iet-framework": "4.0.4",
159+
"com.unity.multiplayer.tools": "2.2.3",
160+
"com.unity.netcode.gameobjects": "2.2.0"
161161
}
162162
},
163163
"com.unity.multiplayer.tools": {
@@ -273,7 +273,7 @@
273273
"url": "https://packages.unity.com"
274274
},
275275
"com.unity.services.authentication": {
276-
"version": "3.4.0",
276+
"version": "3.4.1",
277277
"depth": 0,
278278
"source": "registry",
279279
"dependencies": {
@@ -313,7 +313,7 @@
313313
"url": "https://packages.unity.com"
314314
},
315315
"com.unity.services.multiplayer": {
316-
"version": "1.1.1",
316+
"version": "1.1.2",
317317
"depth": 0,
318318
"source": "registry",
319319
"dependencies": {
@@ -396,15 +396,14 @@
396396
"url": "https://packages.unity.com"
397397
},
398398
"com.unity.test-framework": {
399-
"version": "1.4.6",
399+
"version": "1.5.1",
400400
"depth": 0,
401-
"source": "registry",
401+
"source": "builtin",
402402
"dependencies": {
403403
"com.unity.ext.nunit": "2.0.3",
404404
"com.unity.modules.imgui": "1.0.0",
405405
"com.unity.modules.jsonserialize": "1.0.0"
406-
},
407-
"url": "https://packages.unity.com"
406+
}
408407
},
409408
"com.unity.test-framework.performance": {
410409
"version": "3.0.3",
@@ -417,7 +416,7 @@
417416
"url": "https://packages.unity.com"
418417
},
419418
"com.unity.timeline": {
420-
"version": "1.8.7",
419+
"version": "1.8.8",
421420
"depth": 0,
422421
"source": "registry",
423422
"dependencies": {
@@ -439,7 +438,7 @@
439438
"url": "https://packages.unity.com"
440439
},
441440
"com.unity.transport": {
442-
"version": "2.4.0",
441+
"version": "2.5.0",
443442
"depth": 0,
444443
"source": "registry",
445444
"dependencies": {
@@ -459,7 +458,7 @@
459458
}
460459
},
461460
"jp.hadashikick.vcontainer": {
462-
"version": "1.14.0",
461+
"version": "1.16.8",
463462
"depth": 0,
464463
"source": "registry",
465464
"dependencies": {},

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.0.42f1
2-
m_EditorVersionWithRevision: 6000.0.42f1 (feb9a7235030)
1+
m_EditorVersion: 6000.0.44f1
2+
m_EditorVersionWithRevision: 6000.0.44f1 (726642cc4f1f)

0 commit comments

Comments
 (0)