File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
com.unity.netcode.gameobjects Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,14 @@ Additional documentation and release notes are available at [Multiplayer Documen
1010
1111### Added
1212
13+ - Added stricter checks on ` InSpawned ` within ` NetworkObject ` . (#3831 )
14+ - Added a new ` InvalidOperation ` status to ` OwnershipRequestStatus ` . (#3831 )
1315
1416### Changed
1517
18+ - Ensure logs in ` NetworkObject ` log the ` NetworkObject.name ` wherever possible. (#3831 )
1619- Improved performance of NetworkBehaviour ILPostProcessor by omitting unnecessary type and assembly resolutions. (#3827 )
17- - Improve performance of ` NetworkObject ` . (#3820 )
20+ - Improve performance of ` NetworkObject ` . (#3820 , # 3831 )
1821- If the Unity Transport Disconnect Timeout is set to 0 in the Editor, the timeout will be entirely disabled. (#3810 )
1922
2023### Deprecated
You can’t perform that action at this time.
0 commit comments