Skip to content

Commit 9d77358

Browse files
Update CHANGELOG.md
Migrating to top of the added list
1 parent 875014d commit 9d77358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

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

1111
### Added
1212

13+
- Added `NetworkManager.OnPreShutdown` which is called before the NetworkManager cleans up and shuts down. (#3366)
1314
- Added interpolator types as an inspector view selection for position, rotation, and scale. (#3337)
1415
- Added a new smooth dampening interpolator type that provides a nice balance between precision and smoothing results. (#3337)
1516
- Added `NetworkTimeSystem.TickLatency` property that provides the average latency of a client. (#3337)
1617
- Added `FastBufferReader(ArraySegment<byte> buffer, Allocator copyAllocator)` constructor that uses the `ArraySegment.Offset` as the `FastBufferReader` offset and the `ArraySegment.Count` as the `FastBufferReader` length. (#3321)
1718
- Added `FastBufferReader(ArraySegment<byte> buffer, Allocator copyAllocator, int length = -1)` constructor that uses the `ArraySegment.Offset` as the `FastBufferReader` offset. (#3321)
18-
- Added `NetworkManager.OnPreShutdown` which is called before the NetworkManager cleans up and shuts down. (#3366)
1919

2020
### Fixed
2121

0 commit comments

Comments
 (0)