Skip to content
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
* Updated Boss Room to NGO 1.2.0 (#791).
* Removed a workaround in our tests waiting for two frames before shutting down a client that is attempting to connect to a server. (see https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/pull/2261)
* Replaced the workaround using custom messages to send a disconnect reason to clients with the new DisconnectReason feature in NGO. (#790)
* Updating editor version to 2021.3.15f1 (#795)

## [2.0.3] - 2022-12-05

Expand Down
8 changes: 4 additions & 4 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"com.unity.2d.sprite": "1.0.0",
"com.unity.ai.navigation.components": "https://github.com/Unity-Technologies/NavMeshComponents.git#package",
"com.unity.cinemachine": "2.8.9",
"com.unity.collab-proxy": "1.17.2",
"com.unity.ide.rider": "3.0.15",
"com.unity.collab-proxy": "1.17.7",
"com.unity.ide.rider": "3.0.16",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.vscode": "1.2.5",
"com.unity.learn.iet-framework": "2.2.2",
Expand All @@ -13,8 +13,8 @@
"com.unity.netcode.gameobjects": "1.2.0",
"com.unity.performance.profile-analyzer": "1.1.1",
"com.unity.postprocessing": "3.2.2",
"com.unity.render-pipelines.universal": "12.1.7",
"com.unity.services.authentication": "2.2.0",
"com.unity.render-pipelines.universal": "12.1.8",
"com.unity.services.authentication": "2.3.1",
"com.unity.services.lobby": "1.0.3",
"com.unity.services.relay": "1.0.3",
"com.unity.test-framework": "1.1.31",
Expand Down
20 changes: 10 additions & 10 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "1.17.2",
"version": "1.17.7",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.15",
"version": "3.0.16",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -189,7 +189,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "12.1.7",
"version": "12.1.8",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -199,14 +199,14 @@
}
},
"com.unity.render-pipelines.universal": {
"version": "12.1.7",
"version": "12.1.8",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.7.3",
"com.unity.render-pipelines.core": "12.1.7",
"com.unity.shadergraph": "12.1.7"
"com.unity.render-pipelines.core": "12.1.8",
"com.unity.shadergraph": "12.1.8"
}
},
"com.unity.searcher": {
Expand All @@ -217,7 +217,7 @@
"url": "https://packages.unity.com"
},
"com.unity.services.authentication": {
"version": "2.2.0",
"version": "2.3.1",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -229,7 +229,7 @@
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.4.3",
"version": "1.6.0",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -294,11 +294,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "12.1.7",
"version": "12.1.8",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "12.1.7",
"com.unity.render-pipelines.core": "12.1.8",
"com.unity.searcher": "4.9.1"
}
},
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/PackageManagerSettings.asset
Git LFS file not shown
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: 2021.3.12f1
m_EditorVersionWithRevision: 2021.3.12f1 (8af3c3e441b1)
m_EditorVersion: 2021.3.15f1
m_EditorVersionWithRevision: 2021.3.15f1 (e8e88683f834)