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
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
22
22
- Fixed issue where `NetworkAnimator` would log an error if there was no destination transition information. (#3384)
23
23
- Fixed initial `NetworkTransform` spawn, ensure it uses world space. (#3361)
24
24
- Fixed issue where `AnticipatedNetworkVariable` previous value returned by `AnticipatedNetworkVariable.OnAuthoritativeValueChanged` is updated correctly on the non-authoritative side. (#3322)
25
+
- Fixed usage of `NetworkList` throwing exception when used without a NetworkManager in scene. (#2539)
0 commit comments