Skip to content

Commit 2d9b40b

Browse files
[MTT-11566] [MTT-11567] Upgrade Boss Room to newest 6000.0f1 stream version (currently 6000.0.42f1) and remove errors (#901)
* feat: upgrade to Unity 6000.0.42f1, * upgrading relevant packages, changing graphics (compatibility mode) and input system project settings to remove errors and resetting FaceInfo of fonts to remove warnings * Update CHANGELOG.md
1 parent abc9b7d commit 2d9b40b

File tree

9 files changed

+50
-39
lines changed

9 files changed

+50
-39
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:e1b2e0c87e28b1a62d2c6db44107369f1ec7b1d565ab8ef7b65a8f09220e4739
3-
size 577421
2+
oid sha256:f423064a483d6f113328aaf08af463cced623dceb931b1caef991ed769eb9f70
3+
size 580541
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4258bed1e28868571085fe493031136fa2ded7a885d7d38a7cd8183ba15abe7d
3-
size 9342
2+
oid sha256:1ff4ac652c2e66f2de72987ef5b7c49fb532a266591bbf97e932c257497f246f
3+
size 9746
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:c3ff50e3133d989180b187748ffc67903f1fede099a5b85b4fcbd8cb6e8be958
3-
size 2256862
2+
oid sha256:b28d3683eed292b91e8ab6c352efca7cefb2e57f1e6f9fe8f3ebef544826831f
3+
size 2264677
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a1aaae34ac488350fcf9b7d9b51cff00d9574036c0115d6d444baafb8a361c7a
3-
size 14424
2+
oid sha256:692802481ab396dde201e3a84a841140f4a6c05c1f20cd33a7703b543b6b58ac
3+
size 15046

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ Additional documentation and release notes are available at [Multiplayer Documen
2525
* com.unity.netcode.gameobjects from v2.0.0 to v2.1.1
2626
* VContainer package upgraded from v1.11.0 to v1.14.0 (#896) This upgrade removes warning messages related to IL weaving as code gen is refactored in v1.14.0
2727
* Upgraded the project to the New Input System v1.11.2 (#897) Compatibility mode with the previous version has been disabled.
28+
* Upgraded editor version to 6000.0.42f1 and upgraded packages (#901):
29+
* com.unity.ai.navigation from v2.0.5 to v2.0.6
30+
* com.unity.collab-proxy from v2.6.0 to v2.7.1
31+
* com.unity.inputsystem from v1.11.2 to v1.13.1
32+
* com.unity.learn.iet-framework from v4.0.3 to v4.0.4
33+
* com.unity.memoryprofiler from v1.1.3 to v1.1.5
34+
* com.unity.netcode.gameobjects from v2.1.1 to v2.2.0
35+
* com.unity.render-pipelines-universal from v17.0.3 to v17.0.4
36+
* com.unity.services.multiplayer from v1.1.0 to v1.1.1
37+
* com.unity.test-framework from v1.4.5 to v1.4.6
2838

2939
### Cleanup
3040
* Removed ParrelSync from the project (#890)
@@ -38,6 +48,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
3848
* Added the GetTotalDamage API to the IDamageable interface. This number is your maximum health minus your current health.
3949
* Changed the way MeleeAction selects a target when there are multiple targets to collide with. The target with the highest GetTotalDamage value (mentioned above) will be selected.
4050
* Fixed a visual issue where a selected party member's party HUD slot would be displayed as selected (green) when the same or new party member joins the session in-game (#899)
51+
* Fixed Render Graph API compatibility mode warning and switched active input handling settings to "both" for removing InvalidOperationException (#901)
4152

4253
## [2.5.0] - 2024-04-18
4354

Packages/manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
4-
"com.unity.ai.navigation": "2.0.5",
4+
"com.unity.ai.navigation": "2.0.6",
55
"com.unity.cinemachine": "3.1.2",
6-
"com.unity.collab-proxy": "2.6.0",
6+
"com.unity.collab-proxy": "2.7.1",
77
"com.unity.ide.rider": "3.0.34",
88
"com.unity.ide.visualstudio": "2.0.22",
9-
"com.unity.inputsystem": "1.11.2",
10-
"com.unity.learn.iet-framework": "4.0.3",
9+
"com.unity.inputsystem": "1.13.1",
10+
"com.unity.learn.iet-framework": "4.0.4",
1111
"com.unity.learn.iet-framework.authoring": "1.2.2",
12-
"com.unity.memoryprofiler": "1.1.3",
12+
"com.unity.memoryprofiler": "1.1.5",
1313
"com.unity.multiplayer.center": "1.0.0",
1414
"com.unity.multiplayer.playmode": "1.3.3",
1515
"com.unity.multiplayer.tools": "2.2.3",
16-
"com.unity.netcode.gameobjects": "2.1.1",
16+
"com.unity.netcode.gameobjects": "2.2.0",
1717
"com.unity.performance.profile-analyzer": "1.2.3",
1818
"com.unity.postprocessing": "3.4.0",
19-
"com.unity.render-pipelines.universal": "17.0.3",
19+
"com.unity.render-pipelines.universal": "17.0.4",
2020
"com.unity.services.authentication": "3.4.0",
21-
"com.unity.services.multiplayer": "1.1.0",
22-
"com.unity.test-framework": "1.4.5",
21+
"com.unity.services.multiplayer": "1.1.1",
22+
"com.unity.test-framework": "1.4.6",
2323
"com.unity.timeline": "1.8.7",
2424
"com.unity.toolchain.macos-x86_64-linux-x86_64": "2.0.10",
2525
"com.unity.transport": "2.4.0",

Packages/packages-lock.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {}
88
},
99
"com.unity.ai.navigation": {
10-
"version": "2.0.5",
10+
"version": "2.0.6",
1111
"depth": 0,
1212
"source": "registry",
1313
"dependencies": {
@@ -16,7 +16,7 @@
1616
"url": "https://packages.unity.com"
1717
},
1818
"com.unity.burst": {
19-
"version": "1.8.18",
19+
"version": "1.8.19",
2020
"depth": 1,
2121
"source": "registry",
2222
"dependencies": {
@@ -35,7 +35,7 @@
3535
"url": "https://packages.unity.com"
3636
},
3737
"com.unity.collab-proxy": {
38-
"version": "2.6.0",
38+
"version": "2.7.1",
3939
"depth": 0,
4040
"source": "registry",
4141
"dependencies": {},
@@ -86,7 +86,7 @@
8686
"url": "https://packages.unity.com"
8787
},
8888
"com.unity.inputsystem": {
89-
"version": "1.11.2",
89+
"version": "1.13.1",
9090
"depth": 0,
9191
"source": "registry",
9292
"dependencies": {
@@ -95,7 +95,7 @@
9595
"url": "https://packages.unity.com"
9696
},
9797
"com.unity.learn.iet-framework": {
98-
"version": "4.0.3",
98+
"version": "4.0.4",
9999
"depth": 0,
100100
"source": "registry",
101101
"dependencies": {
@@ -121,7 +121,7 @@
121121
"url": "https://packages.unity.com"
122122
},
123123
"com.unity.memoryprofiler": {
124-
"version": "1.1.3",
124+
"version": "1.1.5",
125125
"depth": 0,
126126
"source": "registry",
127127
"dependencies": {
@@ -176,11 +176,11 @@
176176
"url": "https://packages.unity.com"
177177
},
178178
"com.unity.netcode.gameobjects": {
179-
"version": "2.1.1",
179+
"version": "2.2.0",
180180
"depth": 0,
181181
"source": "registry",
182182
"dependencies": {
183-
"com.unity.transport": "2.3.0",
183+
"com.unity.transport": "2.4.0",
184184
"com.unity.nuget.mono-cecil": "1.11.4"
185185
},
186186
"url": "https://packages.unity.com"
@@ -223,7 +223,7 @@
223223
"url": "https://packages.unity.com"
224224
},
225225
"com.unity.render-pipelines.core": {
226-
"version": "17.0.3",
226+
"version": "17.0.4",
227227
"depth": 1,
228228
"source": "builtin",
229229
"dependencies": {
@@ -238,12 +238,12 @@
238238
}
239239
},
240240
"com.unity.render-pipelines.universal": {
241-
"version": "17.0.3",
241+
"version": "17.0.4",
242242
"depth": 0,
243243
"source": "builtin",
244244
"dependencies": {
245-
"com.unity.render-pipelines.core": "17.0.3",
246-
"com.unity.shadergraph": "17.0.3",
245+
"com.unity.render-pipelines.core": "17.0.4",
246+
"com.unity.shadergraph": "17.0.4",
247247
"com.unity.render-pipelines.universal-config": "17.0.3"
248248
}
249249
},
@@ -266,7 +266,7 @@
266266
}
267267
},
268268
"com.unity.searcher": {
269-
"version": "4.9.2",
269+
"version": "4.9.3",
270270
"depth": 2,
271271
"source": "registry",
272272
"dependencies": {},
@@ -313,7 +313,7 @@
313313
"url": "https://packages.unity.com"
314314
},
315315
"com.unity.services.multiplayer": {
316-
"version": "1.1.0",
316+
"version": "1.1.1",
317317
"depth": 0,
318318
"source": "registry",
319319
"dependencies": {
@@ -343,7 +343,7 @@
343343
"url": "https://packages.unity.com"
344344
},
345345
"com.unity.services.wire": {
346-
"version": "1.2.7",
346+
"version": "1.3.0",
347347
"depth": 1,
348348
"source": "registry",
349349
"dependencies": {
@@ -361,12 +361,12 @@
361361
"url": "https://packages.unity.com"
362362
},
363363
"com.unity.shadergraph": {
364-
"version": "17.0.3",
364+
"version": "17.0.4",
365365
"depth": 1,
366366
"source": "builtin",
367367
"dependencies": {
368-
"com.unity.render-pipelines.core": "17.0.3",
369-
"com.unity.searcher": "4.9.2"
368+
"com.unity.render-pipelines.core": "17.0.4",
369+
"com.unity.searcher": "4.9.3"
370370
}
371371
},
372372
"com.unity.splines": {
@@ -396,7 +396,7 @@
396396
"url": "https://packages.unity.com"
397397
},
398398
"com.unity.test-framework": {
399-
"version": "1.4.5",
399+
"version": "1.4.6",
400400
"depth": 0,
401401
"source": "registry",
402402
"dependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:cd3a24fdc467d2bb584ca578f24068db6028a8ec5105ced71f2cdad96e097d43
2+
oid sha256:23f534cbf21906dcc5c2de517f2c6cc5a273e98a66d57bf3d86b5226635f57d2
33
size 27731

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.32f1
2-
m_EditorVersionWithRevision: 6000.0.32f1 (b2e806cf271c)
1+
m_EditorVersion: 6000.0.42f1
2+
m_EditorVersionWithRevision: 6000.0.42f1 (feb9a7235030)

0 commit comments

Comments
 (0)