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
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
13
13
14
14
### Changed
15
15
16
+
- If the Unity Transport Disconnect Timeout is set to 0 in the Editor, the timeout will be entirely disabled. (#3810)
16
17
17
18
### Deprecated
18
19
@@ -22,6 +23,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
22
23
23
24
### Fixed
24
25
26
+
- Fixed issue where maxCapacity calculation overflows if a developer sets a very, very high (large) m_DisconnectTimeoutMS in the Editor for Unity Transport. (#3810)
25
27
26
28
### Security
27
29
@@ -42,7 +44,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
42
44
### Changed
43
45
44
46
- Improve performance of `ParentSyncMessage`. (#3814)
45
-
- If the Unity Transport Disconnect Timeout is set to 0 in the Editor, the timeout will be entirely disabeled. (#3810)
46
47
- Improve performance of `DestroyObjectMessage`. (#3801)
47
48
- Improve performance of `CreateObjectMessage`. (#3800)
48
49
- First pass of CoreCLR engine API changes. (#3799)
@@ -53,8 +54,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
53
54
### Fixed
54
55
55
56
- Ensure `NetworkBehaviour.IsSessionOwner` is correctly set when a new session owner is promoted. (#3817)
57
+
- Fixed issue where spawning a player in distributed authority mode via a client, typically session owner, other than the newly connected client and scene management is disabled then the already spawned players will not properly get synchronized by each owning client due to the newly connected client's identifier already being added prior to synchronization. (#3816)
56
58
- Reset extended ownership flags on `NetworkObject` despawn. (#3817)
57
-
- Fixed issue where maxCapacity calculation overflows if a developer sets a very, very high (large) m_DisconnectTimeoutMS in the Editor for Unity Transport. (#3810)
58
59
- Fixed issues with the "Client-server quickstart for Netcode for GameObjects" script having static methods and properties. (#3787)
59
60
- Fixed issue where a warning message was being logged upon a client disconnecting from a server when the log level is set to developer. (#3786)
60
61
- Fixed issue where the server or host would no longer have access to the transport id to client id table when processing a transport level client disconnect event. (#3786)
0 commit comments