Skip to content

Commit 83f09b7

Browse files
update
adding change log entry
1 parent 0b6522a commit 83f09b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1414

1515
### Fixed
1616

17+
- Fixed issue where invoking `NetworkObject.NetworkShow` and `NetworkObject.ChangeOwnership` consecutively within the same call stack location could result in an unnecessary change in ownership error message generated on the target client side. (#3468)
1718
- 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)
1819
- Fixed inconsistencies in the `OnSceneEvent` callback. (#3458)
1920
- Fixed issues with the `NetworkBehaviour` and `NetworkVariable` length safety checks. (#3405)

0 commit comments

Comments
 (0)