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
+4-3
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,15 @@ Additional documentation and release notes are available at [Multiplayer Documen
12
12
13
13
### Fixed
14
14
15
+
- Fixed the "Generate Default Network Prefabs List" setting not loading correctly and always reverting to being checked. (#2545)
16
+
- Fixed the inspector throwing exceptions when attempting to render `NetworkVariable`s of enum types. (#2529)
17
+
- Making a `NetworkVariable` with an `INetworkSerializable` type that doesn't meet the `new()` constraint will now create a compile-time error instead of an editor crash (#2528)
15
18
- Fixed Multiplayer Tools package installation docs page link on the NetworkManager popup. (#2526)
19
+
- Fixed an exception and error logging when two different objects are shown and hidden on the same frame (#2524)
16
20
- Fixed a memory leak in `UnityTransport` that occurred if `StartClient` failed. (#2518)
17
21
- Fixed issue where a client could throw an exception if abruptly disconnected from a network session with one or more spawned `NetworkObject`(s). (#2510)
18
22
- Fixed issue where invalid endpoint addresses were not being detected and returning false from NGO UnityTransport. (#2496)
19
23
- Fixed some errors that could occur if a connection is lost and the loss is detected when attempting to write to the socket. (#2495)
20
-
- Making a `NetworkVariable` with an `INetworkSerializable` type that doesn't meet the `new()` constraint will now create a compile-time error instead of an editor crash (#2528)
21
-
- Fixed the inspector throwing exceptions when attempting to render `NetworkVariable`s of enum types. (#2529)
22
-
- Fixed an exception and error logging when two different objects are shown and hidden on the same frame (#2524)
0 commit comments