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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,11 @@ Additional documentation and release notes are available at [Multiplayer Documen
15
15
16
16
### Fixed
17
17
18
+
- 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)
19
+
- Fixed inconsistencies in the `OnSceneEvent` callback. (#3458)
20
+
- Fixed issues with the `NetworkBehaviour` and `NetworkVariable` length safety checks. (#3405)
18
21
- Fixed memory leaks when domain reload is disabled. (#3427)
22
+
- Fixed issue where disabling the physics or physics2D package modules could result in a compilation error. (#3422)
19
23
- Fixed an exception being thrown when unregistering a custom message handler from within the registered callback. (#3417)
0 commit comments