You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: optimize bitflags in DestroyObjectMessage
* Update CHANGELOG
* Address PR feedback: convert field into local var
Co-authored-by: Emma <[email protected]>
* Fix: bitset type
---------
Co-authored-by: Emma <[email protected]>
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
18
18
19
19
### Changed
20
20
21
+
- Improve performance of `DestroyObjectMessage`. (#3801)
21
22
- Improve performance of `CreateObjectMessage`. (#3800)
22
23
- First pass of CoreCLR engine API changes. (#3799)
23
24
- Changed when a server is disconnecting a client with a reason it now defers the complete transport disconnect sequence until the end of the frame after the server's transport has sent all pending outbound messages. (#3786)
0 commit comments