Skip to content

Commit 94b11c9

Browse files
committed
Revert "Removed UNRELEASED section for the sake of test"
This reverts commit 812ba54.
1 parent ce5a55e commit 94b11c9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ 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]
10+
11+
### Added
12+
13+
- Added `NetworkPrefabInstanceHandlerWithData<T>`, a variant of `INetworkPrefabInstanceHandler` that provides access to custom instantiation data directly within the `Instantiate()` method. (#3430)
14+
15+
### Fixed
16+
17+
- Fixed distributed authority related issue where enabling the `NetworkObject.DestroyWithScene` would cause errors when a destroying non-authority instances due to loading (single mode) or unloading scene events. (#3500)
18+
19+
### Changed
20+
21+
922
## [2.4.2] - 2025-06-13
1023

1124
### Fixed

0 commit comments

Comments
 (0)