We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b1015 commit a73e473Copy full SHA for a73e473
com.unity.netcode.gameobjects/CHANGELOG.md
@@ -14,6 +14,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
14
15
### Fixed
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)
18
- Fixed issues with the `NetworkBehaviour` and `NetworkVariable` length safety checks. (#3405)
19
- Fixed memory leaks when domain reload is disabled. (#3427)
20
- Fixed an exception being thrown when unregistering a custom message handler from within the registered callback. (#3417)
0 commit comments