Skip to content

Commit f7a06b4

Browse files
committed
Changelog update
1 parent 7492d91 commit f7a06b4

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,20 @@ Additional documentation and release notes are available at [Multiplayer Documen
88

99
## [2.11.1] - 2026-04-26
1010

11+
### Added
12+
13+
- Better context aware logging (#3944)
14+
1115
### Changed
1216

13-
- Improve handling of destroyed NetworkBehaviours. (#3953)
17+
- Improve handling of destroyed NetworkBehaviours. The collection of which NetworkBehaviours belong to a NetworkObject is now a Dictionary giving stable lookup. (#3953)
1418
- Hardened error handling and recovery during `NetworkObject` spawn. (#3941)
1519
- Replaced Debug usage by NetcodeLog on `NetworkSpawnManager` and `NetworkObject`. (#3933)
1620
- Improved performance of `NetworkBehaviour`. (#3915)
1721
- Improved performance of `NetworkTransform`. (#3907)
1822
- Improved performance of `NetworkRigidbodyBase`. (#3906)
1923
- Improved performance of `NetworkAnimator`. (#3905)
24+
- Small cleanup and replaced Debug usage by NetcodeLog on `NetworkSpawnManager` and `NetworkObject`. (#3933)
2025

2126
### Removed
2227

@@ -26,6 +31,9 @@ Additional documentation and release notes are available at [Multiplayer Documen
2631

2732
- Fixed issue where either an `AttachableBehaviour` or an `AttachableNode` can throw an exception if they are attached during a scene unload where one of the two persists the scene unload event and the other does not. (#3931)
2833
- Fixed issue where attempts to use `NetworkLog` when there is no `NetworkManager` instance would result in an exception. (#3917)
34+
- CreateObject and DestroyObject messages will now be properly deferred while the client is still connecting (#3941)
35+
- Resources will be properly cleaned up when an object spawn fails (#3941)
36+
- Non-authority client will now always have the `OnSceneEvent` callback triggered with the `Synchronize` event when starting to process the `Synchronize` message from the scene authority (#3941)
2937

3038
## [2.11.0] - 2026-03-19
3139

0 commit comments

Comments
 (0)