You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: upgrade project to NGO v1.6.0 [MTT-6875] (#865)
* upgrade project to NGO v1.6.0
* creating version define for NGO versions of range 1.5.2 to 1.6.0 & excluding single failing test
* code standards pass
* changelog addition
* adding more context
* more context
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
12
12
* Upgraded editor version to 2022.3.7f1 (#855)
13
13
* Upgraded Authentication Service package to v2.7.1
14
14
* Upgraded Wire Service package to v1.2.0
15
+
* Upgraded Boss Room to Netcode for GameObjects v1.6.0 (#865)
16
+
* A package Version Define has been created for Netcode for GameObjects v.1.5.2 - v1.6.0. Recent refactorings to NetworkManager's shutdown have prevented the ability to invoke CustomMessages when OnClientDisconnected callbacks are invoked during a shutdown as host. This regression has caused one of our runtime tests, namely Unity.BossRoom.Tests.Runtime.ConnectionManagementTests.UnexpectedServerShutdown_ClientsFailToReconnect, to fail and it does not impact gameplay. This is a known issue and will be addressed in a future NGO version.
15
17
16
18
### Fixed
17
19
* Fixed colliders on diagonal walls to not have negative scale (#854).
0 commit comments