Skip to content

Commit 049b1c3

Browse files
update
adding changelog entries.
1 parent 139ce32 commit 049b1c3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Additional documentation and release notes are available at [Multiplayer Documen
1010

1111
### Added
1212

13+
- Added `LerpExtrapolateBlend` interpolation type that provides users with something between standard lerp and smooth dampening. (#3355)
14+
- Added property to enable or disable lerp smoothing for position, rotation, and scale interpolators. (#3355)
15+
- 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)
1316
- Added interpolator types as an inspector view selection for position, rotation, and scale. (#3337)
1417
- Added a new smooth dampening interpolator type that provides a nice balance between precision and smoothing results. (#3337)
1518
- Added `NetworkTimeSystem.TickLatency` property that provides the average latency of a client. (#3337)
@@ -18,6 +21,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1821

1922
### Fixed
2023

24+
- Fixed issue where the time delta that interpolators used would not be properly updated during multiple fixed update invocations within the same player loop frame. (#3355)
2125
- Fixed issue when using a distributed authority network topology and many clients attempt to connect simultaneously the session owner could max-out the maximum in-flight reliable messages allowed, start dropping packets, and some of the connecting clients would fail to fully synchronize. (#3350)
2226
- Fixed issue when using a distributed authority network topology and scene management was disabled clients would not be able to spawn any new network prefab instances until synchronization was complete. (#3350)
2327
- Fixed issue where an owner that changes ownership, when using a distributed authority network topology, could yield identical previous and current owner identifiers. This could also cause `NetworkTransform` to fail to change ownership which would leave the previous owner still subscribed to network tick events. (#3347)
@@ -39,7 +43,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
3943
### Changed
4044

4145
- Changed `BufferedLinearInterpolator<T>.Update(float deltaTime, NetworkTime serverTime)` as being deprecated since this method is only used for internal testing purposes. (#3337)
42-
- Ensured that a useful error is thrown when attempting to build a dedicated server with Unity Transport that uses websockets. (#3336)
46+
- 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)
4347
- Changed root in-scene placed `NetworkObject` instances now will always have either the `Distributable` permission set unless the `SessionOwner` permission is set. (#3305)
4448
- Changed the `DestroyObject` message to reduce the serialized message size and remove the unnecessary message field. (#3304)
4549
- Changed the `NetworkTimeSystem.Sync` method to use half RTT to calculate the desired local time offset as opposed to the full RTT. (#3212)

0 commit comments

Comments
 (0)