Skip to content

Commit 684702b

Browse files
update
changelog
1 parent dbcabe8 commit 684702b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ Additional documentation and release notes are available at [Multiplayer Documen
1111

1212
### Fixed
1313

14+
- Implicit conversion of NetworkObjectReference to GameObject will now return null instead of throwing an exception if the referenced object could not be found (i.e., was already despawned) (#2158)
1415
- Fixed warning resulting from a stray NetworkAnimator.meta file (#2153)
1516
- Fixed ClientRpcs always reporting in the profiler view as going to all clients, even when limited to a subset of clients by `ClientRpcParams`. (#2144)
1617
- Fixed RPC codegen failing to choose the correct extension methods for `FastBufferReader` and `FastBufferWriter` when the parameters were a generic type (i.e., List<int>) and extensions for multiple instantiations of that type have been defined (i.e., List<int> and List<string>) (#2142)
1718
- Fixed throwing an exception in `OnNetworkUpdate` causing other `OnNetworkUpdate` calls to not be executed. (#1739)
1819

19-
## [1.0.2] - 2022-08-23
20+
## [1.0.2] - 2022-09-XX
21+
2022
- Fixed issue where `NetworkTransform` was not ending extrapolation for the previous state causing non-authoritative instances to become out of synch. (#2170)
23+
- Fixed issue where `NetworkTransform` was not continuing to interpolate for the remainder of the associated tick period. (#2170)
24+
- Fixed issue during `NetworkTransform.OnNetworkSpawn` for non-authoritative instances where it was initializing interpolators with the replicated network state which now only contains the transform deltas that occurred during a network tick and not the entire transform state. (#2170)
2125

2226
## [1.0.1] - 2022-08-23
2327

@@ -26,7 +30,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
2630
- Changed version to 1.0.1. (#2131)
2731
- Updated dependency on `com.unity.transport` to 1.2.0. (#2129)
2832
- When using `UnityTransport`, _reliable_ payloads are now allowed to exceed the configured 'Max Payload Size'. Unreliable payloads remain bounded by this setting. (#2081)
29-
- Preformance improvements for cases with large number of NetworkObjects, by not iterating over all unchanged NetworkObjects
33+
- Performance improvements for cases with large number of NetworkObjects, by not iterating over all unchanged NetworkObjects
3034

3135
### Fixed
3236

0 commit comments

Comments
 (0)