Skip to content

Commit 55a56be

Browse files
feat: upgrade to 2022.3.22f1 LTS [MTT-8194] [MTT-8160] (Unity-Technologies#884)
* upgrade to 2022.3.22f1 LTS * changelog addition * setting yamato tests to 2022.3 * fixing the ClientLoadingScreen ondestroy null reference
1 parent 8160543 commit 55a56be

File tree

6 files changed

+27
-21
lines changed

6 files changed

+27
-21
lines changed

.yamato/project.metafile

+1-1
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-
- 2022.3.14
33+
- 2022.3

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Additional documentation and release notes are available at [Multiplayer Documen
99
## [Unreleased] - yyyy-mm-dd
1010

1111
### Changed
12-
* Upgraded to Boss Room to Netcode for GameObjects v1.8.1 (#883)
12+
* Upgraded Boss Room to Netcode for GameObjects v1.8.1 (#883)
1313
* Upgraded to the newer API for Rpcs, Universal Rpcs
1414
* ClientConnectedState has been modified to account for server/host now populating DisconnectReason before disconnecting a client before shutting down
15+
* Upgraded editor version to 2022.3.22f1 (#884)
16+
* com.unity.render-pipelines.universal upgraded to v14.0.10
1517

1618
### Cleanup
1719
* Removed NetworkObject from MainMenuState (#881)

Packages/com.unity.multiplayer.samples.coop/Utilities/SceneManagement/ClientLoadingScreen.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ void Start()
7777

7878
void OnDestroy()
7979
{
80-
m_LoadingProgressManager.onTrackersUpdated -= OnProgressTrackersUpdated;
80+
if (m_LoadingProgressManager != null)
81+
{
82+
m_LoadingProgressManager.onTrackersUpdated -= OnProgressTrackersUpdated;
83+
}
8184
}
8285

8386
void Update()

Packages/manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.ai.navigation": "1.1.5",
55
"com.unity.cinemachine": "2.9.5",
6-
"com.unity.collab-proxy": "2.2.0",
7-
"com.unity.ide.rider": "3.0.26",
6+
"com.unity.collab-proxy": "2.3.1",
7+
"com.unity.ide.rider": "3.0.28",
88
"com.unity.ide.visualstudio": "2.0.22",
99
"com.unity.ide.vscode": "1.2.5",
1010
"com.unity.learn.iet-framework": "3.1.3",
1111
"com.unity.memoryprofiler": "1.1.0",
1212
"com.unity.multiplayer.tools": "2.0.0-pre.3",
1313
"com.unity.netcode.gameobjects": "1.8.1",
1414
"com.unity.performance.profile-analyzer": "1.2.2",
15-
"com.unity.postprocessing": "3.2.2",
16-
"com.unity.render-pipelines.universal": "14.0.9",
15+
"com.unity.postprocessing": "3.4.0",
16+
"com.unity.render-pipelines.universal": "14.0.10",
1717
"com.unity.services.authentication": "2.7.2",
1818
"com.unity.services.lobby": "1.1.0",
1919
"com.unity.services.relay": "1.0.5",

Packages/packages-lock.json

+13-12
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
"url": "https://packages.unity.com"
1717
},
1818
"com.unity.burst": {
19-
"version": "1.8.10",
19+
"version": "1.8.12",
2020
"depth": 1,
2121
"source": "registry",
2222
"dependencies": {
23-
"com.unity.mathematics": "1.2.1"
23+
"com.unity.mathematics": "1.2.1",
24+
"com.unity.modules.jsonserialize": "1.0.0"
2425
},
2526
"url": "https://packages.unity.com"
2627
},
@@ -34,7 +35,7 @@
3435
"url": "https://packages.unity.com"
3536
},
3637
"com.unity.collab-proxy": {
37-
"version": "2.2.0",
38+
"version": "2.3.1",
3839
"depth": 0,
3940
"source": "registry",
4041
"dependencies": {},
@@ -66,7 +67,7 @@
6667
"url": "https://packages.unity.com"
6768
},
6869
"com.unity.ide.rider": {
69-
"version": "3.0.26",
70+
"version": "3.0.28",
7071
"depth": 0,
7172
"source": "registry",
7273
"dependencies": {
@@ -174,7 +175,7 @@
174175
"url": "https://packages.unity.com"
175176
},
176177
"com.unity.postprocessing": {
177-
"version": "3.2.2",
178+
"version": "3.4.0",
178179
"depth": 0,
179180
"source": "registry",
180181
"dependencies": {
@@ -190,7 +191,7 @@
190191
"url": "https://packages.unity.com"
191192
},
192193
"com.unity.render-pipelines.core": {
193-
"version": "14.0.9",
194+
"version": "14.0.10",
194195
"depth": 1,
195196
"source": "builtin",
196197
"dependencies": {
@@ -201,14 +202,14 @@
201202
}
202203
},
203204
"com.unity.render-pipelines.universal": {
204-
"version": "14.0.9",
205+
"version": "14.0.10",
205206
"depth": 0,
206207
"source": "builtin",
207208
"dependencies": {
208209
"com.unity.mathematics": "1.2.1",
209210
"com.unity.burst": "1.8.9",
210-
"com.unity.render-pipelines.core": "14.0.9",
211-
"com.unity.shadergraph": "14.0.9",
211+
"com.unity.render-pipelines.core": "14.0.10",
212+
"com.unity.shadergraph": "14.0.10",
212213
"com.unity.render-pipelines.universal-config": "14.0.9"
213214
}
214215
},
@@ -240,7 +241,7 @@
240241
"url": "https://packages.unity.com"
241242
},
242243
"com.unity.services.core": {
243-
"version": "1.12.0",
244+
"version": "1.12.4",
244245
"depth": 1,
245246
"source": "registry",
246247
"dependencies": {
@@ -317,11 +318,11 @@
317318
"url": "https://packages.unity.com"
318319
},
319320
"com.unity.shadergraph": {
320-
"version": "14.0.9",
321+
"version": "14.0.10",
321322
"depth": 1,
322323
"source": "builtin",
323324
"dependencies": {
324-
"com.unity.render-pipelines.core": "14.0.9",
325+
"com.unity.render-pipelines.core": "14.0.10",
325326
"com.unity.searcher": "4.9.2"
326327
}
327328
},

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.14f1
2-
m_EditorVersionWithRevision: 2022.3.14f1 (eff2de9070d8)
1+
m_EditorVersion: 2022.3.22f1
2+
m_EditorVersionWithRevision: 2022.3.22f1 (887be4894c44)

0 commit comments

Comments
 (0)