Skip to content

Commit e424832

Browse files
Merge branch 'develop-2.0.0' into fix/networktransform-set-non-synchronized-axis-nonauthority
2 parents 9f53d28 + 9d9df2d commit e424832

File tree

14 files changed

+1117
-462
lines changed

14 files changed

+1117
-462
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ Additional documentation and release notes are available at [Multiplayer Documen
1414

1515
### Fixed
1616

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+
- Fixed inconsistencies in the `OnSceneEvent` callback. (#3458)
1719
- Fixed issues with the `NetworkBehaviour` and `NetworkVariable` length safety checks. (#3405)
1820
- Fixed memory leaks when domain reload is disabled. (#3427)
21+
- Fixed issue where disabling the physics or physics2D package modules could result in a compilation error. (#3422)
1922
- Fixed an exception being thrown when unregistering a custom message handler from within the registered callback. (#3417)
2023

2124
### Changed

0 commit comments

Comments
 (0)