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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
11
11
### Added
12
12
13
13
- Added `NetworkManager.OnPreShutdown` which is called before the NetworkManager cleans up and shuts down. (#3366)
14
-
- Added `LerpAhead` interpolation type that provides users with something between standard lerp and smooth dampening. (#3355)
14
+
- Added `Lerp` interpolation type that still uses a lerp approach but uses the new buffer consumption logic. (#3355)
15
15
- Added property to enable or disable lerp smoothing for position, rotation, and scale interpolators. (#3355)
16
16
- Added `NetworkTransform.InterpolationBufferTickOffset` static property to provide users with a way to increase or decrease the time marker where interpolators will pull state update from the queue. (#3355)
17
17
- Added interpolator types as an inspector view selection for position, rotation, and scale. (#3337)
@@ -43,6 +43,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
43
43
44
44
### Changed
45
45
46
+
- Changed the original `Lerp` interpolation type to `LegacyLerp`. (#3355)
46
47
- Changed `BufferedLinearInterpolator<T>.Update(float deltaTime, NetworkTime serverTime)` as being deprecated since this method is only used for internal testing purposes. (#3337)
47
48
- 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)
48
49
- Changed root in-scene placed `NetworkObject` instances now will always have either the `Distributable` permission set unless the `SessionOwner` permission is set. (#3305)
0 commit comments