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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
19
19
20
20
### Fixed
21
21
* Fixed colliders on diagonal walls to not have negative scale (#854).
22
+
* Fixed order of components in networked GameObjects (#866). NetworkObjects are now always above NetworkBehaviours in the component order in GameObjects. This fixes a bug where during scene unloading the NetworkBehaviours would be destroyed before the NetworkObject on the host, which caused these NetworkBehaviours to not have their OnNetworkDespawned invoked in that situation on the host.
22
23
* Unnecessary update requests are no longer being sent to Lobby after receiving update events from the service (#860).
23
24
* Fixed a condition where one would be unable to quit the application through OS-level quit button, nor the in-game quit button (#863)
0 commit comments