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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
10
10
11
11
### Added
12
12
13
-
- Added better exception handling around the startup sequence. (#3864)
14
13
- Added stricter checks on `InSpawned` within `NetworkObject`. (#3831)
15
14
- Added a new `InvalidOperation` status to `OwnershipRequestStatus`. (#3831)
16
15
@@ -29,6 +28,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
29
28
30
29
### Fixed
31
30
31
+
- Fixed issue where `NetworkManager` was not cleaning itself up if an exception was thrown while starting. (#3864)
32
32
- Fixed memory leak in `NetworkAnimator` on clients where `RpcTarget` groups were not being properly disposed due to incorrect type casting of `ProxyRpcTargetGroup` to `RpcTargetGroup`.
33
33
- Fixed issue when using a client-server topology where a `NetworkList` with owner write permissions was resetting sent time and dirty flags after having been spawned on owning clients that were not the spawn authority. (#3850)
34
34
- Fixed an integer overflow that occurred when configuring a large disconnect timeout with Unity Transport. (#3810)
0 commit comments