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
@@ -14,6 +14,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
14
14
15
15
### Fixed
16
16
17
+
- Fixed registry of public `NetworkVariable`s in derived `NetworkBehaviour`s (#2423)
17
18
18
19
### Removed
19
20
@@ -33,7 +34,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
33
34
34
35
### Fixed
35
36
36
-
- Fixed registry of public `NetworkVariable`s in derived `NetworkBehaviour`s (#2423)
37
37
- Fixed issue where changes to a layer's weight would not synchronize unless a state transition was occurring.(#2399)
38
38
- Fixed issue where `NetworkManager.LocalClientId` was returning the `NetworkTransport.ServerClientId` as opposed to the `NetworkManager.m_LocalClientId`. (#2398)
39
39
- Fixed issue where a dynamically spawned `NetworkObject` parented under an in-scene placed `NetworkObject` would have its `InScenePlaced` value changed to `true`. This would result in a soft synchronization error for late joining clients. (#2396)
0 commit comments