Skip to content

Commit 3a5b9da

Browse files
changelog addition
1 parent 3202f10 commit 3a5b9da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Additional documentation and release notes are available at [Multiplayer Documen
88

99
## [unreleased] - yyyy-mm-dd
1010

11+
### Changed
12+
* Upgraded editor version to 2022.3.14f1 (#871)
13+
* Upgraded Boss Room to Netcode for GameObjects v1.7.1 (#871)
14+
1115
### Fixed
1216
* Fixed NetworkVariable warnings that would be logged when a player was spawned (#863) For a player, certain NetworkVariable values were previously modified before the player's NetworkObject was spawned, resulting in warnings. Now, the NetworkVariable itself is instantiated on the server pre-spawn, such that it is instantiated with the new default value, ensuring the new default value is ready to be read on subsequent OnNetworkSpawn methods for said NetworkObject.
1317

0 commit comments

Comments
 (0)