Skip to content

Commit 71d9ddf

Browse files
changelog addition
1 parent 9115546 commit 71d9ddf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
88

9+
## [unreleased] yyyy-mm-dd
10+
11+
### Changed
12+
* Moved behaviour of client-side visual Components to OnNetworkPostSpawn method to prevent race conditions on other NetworkBehaviours that initialize on OnNetworkSpawn (#925)
13+
* Responsibility of the initialization of an Avatar's GUID is now deferred to ServerBossRoomState component (#925) This allows the Avatar's NetworkBehaviours to read the GUID value at spawn time.
14+
15+
### Fixed
16+
* Fixed fainted players not spawning with the correct animation (#925)
17+
918
## [3.0.0] 2025-08-06
1019

1120
### Added

0 commit comments

Comments
 (0)