Skip to content

Commit 969db43

Browse files
update
Adding last change log entry for this PR.
1 parent a907b82 commit 969db43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
2222

2323
### Changed
2424

25+
- Changed `NetworkVariableDeltaMessage` has had its message version incremented and now a server can forward delta state updates (owner write permission based from a client) to other clients as opposed to keeping a `NetworkVariable` or `NetworkList` dirty and processed at the end of the frame or potentially on the next tick. (#3081)
26+
2527
## [2.0.0] - 2024-09-12
2628

2729
### Added

0 commit comments

Comments
 (0)