Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions com.unity.netcode.gameobjects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen

### Changed

- Remove exceptions and replaced Debug usage by NetcodeLog on `NetworkSpawnManager`. (#3933)
- Improve performance of `NetworkBehaviour`. (#3915)
- Improve performance of `NetworkTransform`. (#3907)
- Improve performance of `NetworkRigidbodyBase`. (#3906)
Expand All @@ -26,6 +27,7 @@ Additional documentation and release notes are available at [Multiplayer Documen

### Fixed

- Early return when `ChangeOwnership` is called while not spawned. (#3933)
- Fixed issue where attempts to use `NetworkLog` when there is no `NetworkManager` instance would result in an exception. (#3917)

### Security
Expand Down
Loading
Loading