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-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ Additional documentation and release notes are available at [Multiplayer Documen
13
13
14
14
### Changed
15
15
16
-
* Changed minimum Unity version supported to 2022.3 LTS
16
+
- The `NetworkManager` functions `GetTransportIdFromClientId` and `GetClientIdFromTransportId` will now return `ulong.MaxValue` when the clientId or transportId do not exist. (#3721)
17
+
- Changed minimum Unity version supported to 2022.3 LTS
17
18
18
19
### Deprecated
19
20
@@ -23,6 +24,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
23
24
24
25
### Fixed
25
26
27
+
- Multiple disconnect events from the same transport will no longer disconnect the host. (#3721)
0 commit comments