Skip to content

Commit 7ab8c3c

Browse files
committed
Update CHANGELOG with info for #3647
1 parent 54dcb4d commit 7ab8c3c

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
@@ -12,6 +12,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1212

1313
- Clicking on the Help icon in the inspector will now redirect to the relevant documentation. (#3663)
1414
- Added a `Set` function onto `NetworkList` that takes an optional parameter that forces an update to be processed even if the current value is equal to the previous value. (#3690)
15+
- `NetworkSceneManager` as an internal wrapper for the `SceneManager.Scene.handle` and swapped all places that use an `int` to represent a `Scene.handle` to instead use the `NetworkSceneManager`. (#3647)
1516

1617
### Changed
1718

@@ -28,6 +29,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2829

2930
- Multiple disconnect events from the same transport will no longer disconnect the host. (#3707)
3031
- Made a variety of small performance improvements. (#3683)
32+
- Distributed authority clients no longer send themselves in the `ClientIds` list when sending a `ChangeOwnershipMessage`. (#3687)
3133

3234
### Security
3335

0 commit comments

Comments
 (0)