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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
14
14
15
15
### Fixed
16
16
17
-
- Fixed issue where `NetworkVariable`s on a `NetworkBehaviour` could fail to synchronize changes if one is dirty but not ready to send. (#3466)
17
+
- Fixed issue where `NetworkVariable`s on a `NetworkBehaviour` could fail to synchronize changes if one has `NetworkVariableUpdateTraits` set and is dirty but is not ready to send. (#3466)
18
18
- Fixed issues with the `NetworkBehaviour` and `NetworkVariable` length safety checks. (#3405)
19
19
- Fixed memory leaks when domain reload is disabled. (#3427)
20
20
- Fixed an exception being thrown when unregistering a custom message handler from within the registered callback. (#3417)
0 commit comments