File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
com.unity.netcode.gameobjects Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313
1414### Changed
1515
16+ - Remove exceptions and replaced Debug usage by NetcodeLog on ` NetworkSpawnManager ` . (#3933 )
1617- Improve performance of ` NetworkBehaviour ` . (#3915 )
1718- Improve performance of ` NetworkTransform ` . (#3907 )
1819- Improve performance of ` NetworkRigidbodyBase ` . (#3906 )
@@ -26,6 +27,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2627
2728### Fixed
2829
30+ - Early return when ` ChangeOwnership ` is called while not spawned. (#3933 )
2931- Fixed issue where attempts to use ` NetworkLog ` when there is no ` NetworkManager ` instance would result in an exception. (#3917 )
3032
3133### Security
You can’t perform that action at this time.
0 commit comments