Skip to content

Commit 4b36074

Browse files
update
Adding and updating the change log entries for this PR.
1 parent ff0f7b5 commit 4b36074

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

com.unity.netcode.gameobjects/CHANGELOG.md

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

1414
### Changed
1515

16-
- `NetworkObject` now implements `ISerializationCallbackReceiver` in order to assure `NetworkObject.InScenePlaced` is set and serialized for any in-editor in-scene placed `NetworkObject`. (#4086)
1716

1817
### Deprecated
1918

@@ -23,12 +22,14 @@ Additional documentation and release notes are available at [Multiplayer Documen
2322

2423
### Fixed
2524

26-
- Fixed AnticipatedNetworkTransform not respecting the InLocalSpace flag (#3995)
25+
- Issue where scene migration in a distributed authority session would throw an exception on clients migrating their owned `NetworkObject` instances to a different scene.(#4086)
26+
- Issue where migrating a dynamically spawned or in-scene placed `NetworkObject` into a different scene during awake could result in that spawned instance to not be synchronized. (#4086)
2727
- Issue where a NullReferenceException was thrown when a non-authority failed to spawn a NetworkObject. (#4067)
2828
- Issue where the active scene was not being serialized as the 1st scene which could result in various errors including a soft synchronization error if, on the client-side, other synchronized scenes had already been loaded prior to the active scene, which is always loaded as `LoadSceneMode.SingleMode` when client synchronization is set to `LoadSceneMode.SingleMode`, resulting in the previously loaded scene(s) to be unloaded. (#4065)
2929
- Issue when FastBufferReader is attempting to read a string and all or a portion of the character count has already been read by user script, it could read a character length that results in a negative byte length which could result in an editor crash. (#4052)
3030
- Issue where NetworkRigidbodyBase was not applying rotation correctly when using Rigidbody2D. (#4012)
3131
- Issue where NetworkRigidbodyBase was always checking the 3D rigid body's interpolation mode when determining if it is kinematic and needs to put the rigid body to sleep and then switch to interpolation. (#4012)
32+
- Fixed AnticipatedNetworkTransform not respecting the InLocalSpace flag. (#3995)
3233

3334
### Security
3435

0 commit comments

Comments
 (0)