Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade to 2022.3.22f1 LTS [MTT-8194] [MTT-8160] #884

Merged
merged 4 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ projects:
- name: com.unity.multiplayer.samples.coop
path: Packages/com.unity.multiplayer.samples.coop
test_editors:
- 2022.3.14
- 2022.3
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ Additional documentation and release notes are available at [Multiplayer Documen
## [Unreleased] - yyyy-mm-dd

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

### Cleanup
* Removed NetworkObject from MainMenuState (#881)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ void Start()

void OnDestroy()
{
m_LoadingProgressManager.onTrackersUpdated -= OnProgressTrackersUpdated;
if (m_LoadingProgressManager != null)
{
m_LoadingProgressManager.onTrackersUpdated -= OnProgressTrackersUpdated;
}
}

void Update()
Expand Down
8 changes: 4 additions & 4 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation": "1.1.5",
"com.unity.cinemachine": "2.9.5",
"com.unity.collab-proxy": "2.2.0",
"com.unity.ide.rider": "3.0.26",
"com.unity.collab-proxy": "2.3.1",
"com.unity.ide.rider": "3.0.28",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.learn.iet-framework": "3.1.3",
"com.unity.memoryprofiler": "1.1.0",
"com.unity.multiplayer.tools": "2.0.0-pre.3",
"com.unity.netcode.gameobjects": "1.8.1",
"com.unity.performance.profile-analyzer": "1.2.2",
"com.unity.postprocessing": "3.2.2",
"com.unity.render-pipelines.universal": "14.0.9",
"com.unity.postprocessing": "3.4.0",
"com.unity.render-pipelines.universal": "14.0.10",
"com.unity.services.authentication": "2.7.2",
"com.unity.services.lobby": "1.1.0",
"com.unity.services.relay": "1.0.5",
Expand Down
25 changes: 13 additions & 12 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.10",
"version": "1.8.12",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
Expand All @@ -34,7 +35,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.2.0",
"version": "2.3.1",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -66,7 +67,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.26",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -174,7 +175,7 @@
"url": "https://packages.unity.com"
},
"com.unity.postprocessing": {
"version": "3.2.2",
"version": "3.4.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -190,7 +191,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.9",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -201,14 +202,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "14.0.9",
"version": "14.0.10",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "14.0.9",
"com.unity.shadergraph": "14.0.9",
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.shadergraph": "14.0.10",
"com.unity.render-pipelines.universal-config": "14.0.9"
}
},
Expand Down Expand Up @@ -240,7 +241,7 @@
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.12.0",
"version": "1.12.4",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -317,11 +318,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.9",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.9",
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.searcher": "4.9.2"
}
},
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.14f1
m_EditorVersionWithRevision: 2022.3.14f1 (eff2de9070d8)
m_EditorVersion: 2022.3.22f1
m_EditorVersionWithRevision: 2022.3.22f1 (887be4894c44)
Loading