Skip to content

Commit 7117fe6

Browse files
Update CHANGELOG.md
1 parent 30c85f8 commit 7117fe6

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@ 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+
14+
### Changed
15+
16+
17+
18+
19+
### Deprecated
20+
21+
22+
### Removed
23+
24+
25+
### Fixed
26+
27+
- Issue with not being able to spawn initially disabled in-scene placed objects. (#4093)
28+
- Issue with pre-instantiated network prefab instances being marked as in-scene placed. Now pre-instantiated network prefabs are dynamically spawned. (#4093)
29+
- Issue where a user could spawn runtime created `NetworkObject` that has a GlobalObjectIdHash of zero. These are not valid instances and will no longer be allowed to spawn. (#4093)
30+
31+
32+
### Security
33+
34+
35+
### Obsolete
36+
37+
938
## [2.13.1] - 2026-07-19
1039

1140
### Added

0 commit comments

Comments
 (0)