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
@@ -45,7 +45,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
45
45
46
46
### Changed
47
47
48
-
- Changed the serialization order for scene loading events so they now order any instantiated and spawned in-scene placed `NetworkObject`s by their parent-child hierarchy like it does when synchronizing a client. (#3387)
48
+
- Changed the scene loading event serialization order for in-scene placed `NetworkObject`s to be based on their parent-child hierarchy. (#3387)
49
49
- Changed the original `Lerp` interpolation type to `LegacyLerp`. (#3355)
50
50
- Changed `BufferedLinearInterpolator<T>.Update(float deltaTime, NetworkTime serverTime)` as being deprecated since this method is only used for internal testing purposes. (#3337)
51
51
- Changed error thrown when attempting to build a dedicated server with Unity Transport that uses websockets to provide more useful information to the user. (#3336)
0 commit comments