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: com.unity.netcode.gameobjects/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
@@ -16,6 +16,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
16
16
17
17
### Fixed
18
18
19
+
- Fixed ensuring OnValueChanged callback is still triggered on the authority when a collection changes and then reverts to the previous value in the same frame. (#3544)
19
20
- Fixed `NullReferenceException` on `NetworkList` when used without a NetworkManager in scene. (#3502)
20
21
- Fixed inconsistencies in the `OnSceneEvent` callback. (#3487)
21
22
- Fixed issue where `NetworkClient` could persist some settings if re-using the same `NetworkManager` instance. (#3494)
0 commit comments