Skip to content

Commit 2fe4303

Browse files
committed
updating changelog
1 parent e88d3c1 commit 2fe4303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Additional documentation and release notes are available at [Multiplayer Documen
99
## [unreleased] - yyyy-mm-dd
1010

1111
### Added
12-
* Adding NetworkSimulator tool (#841). Can be used through inspector while in-editor, or through custom in-game UI window in a build. The in-game UI window opens up automatically when starting a game, and can be opened and closed again by pressing 'tab' on a keyboard, or using five fingers at once on mobile.
12+
* Adding NetworkSimulator tool (#843). Can be used through inspector while in-editor, or through custom in-game UI window in a build. The in-game UI window opens up automatically when starting a game, and can be opened and closed again by pressing 'tab' on a keyboard, or using five fingers at once on mobile.
1313

1414
### Changed
1515
* Upgraded editor version to 2022.3.0f1 (#840)
1616
* NetworkTransform bandwidth optimizations applied to NetworkObject prefabs inside project (#836) Netcode for GameObjects v1.4.0 introduced bandwidth compression techniques to further reduce the bandwidth footprint of a NetworkTransform's synchronization payload. Inside Boss Room, the base prefab for PCs and NPCs, Character, had its NetworkTransform modified to now utilize half float precision, ie. "Use Half Float Precision" set to true. Its y position is also explicitly no longer synced. This results in a net 5 byte reduction in a NetworkTransform's synchronization payload. This bandwidth reduction was applied also to the Archer's arrow NetworkObject prefabs. Additionally, several NetworkObjects have now their "Synchronize Transform" flag disabled inside their NetworkObject component, meaning that its transform properties will not be synced when spawning and/or when late-joining clients connect. This is particularly useful if the NetworkObject is used more for management related tasks and has no spatial synchronization needs. For more information, see [Netcode for GameObjects' v1.4.0 release notes](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects/releases/tag/ngo%2F1.4.0).
17-
* Updated Unity Transport Package to version 2.0.1 (#835)
17+
* Updated Unity Transport Package to version 2.0.2 (#843)
1818

1919
## [2.1.0] - 2023-04-27
2020

0 commit comments

Comments
 (0)