Skip to content

Commit 10ef2eb

Browse files
chore: merge 2.3.2 back into develop-2.0.0 (#3416)
This PR merges the updates made to the release/2.3.2 branch back into the develop-2.0.0 branch and adds an unreleased change log section. ## Changelog NA ## Testing and Documentation - No tests have been added. - No documentation changes or additions were necessary. <!-- Uncomment and mark items off with a * if this PR deprecates any API: ### Deprecated API - [ ] An `[Obsolete]` attribute was added along with a `(RemovedAfter yyyy-mm-dd)` entry. - [ ] An [api updater] was added. - [ ] Deprecation of the API is explained in the CHANGELOG. - [ ] The users can understand why this API was removed and what they should use instead. --> ## Backport This does not require a back port because it is specific to the develop-2.0.0 branch.
1 parent b3722b1 commit 10ef2eb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@ Additional documentation and release notes are available at [Multiplayer Documen
1111
### Added
1212

1313

14+
### Fixed
15+
16+
17+
### Changed
18+
19+
20+
## [2.3.2] - 2025-04-22
21+
1422
### Fixed
1523

1624
- Fixed issue where the authority instance of NetworkTransform could check for state updates more than one time in a frame if the frame rate is greater than the tick frequency. (#3413)
1725
- Fixed issue where the new interpolator types were blocking after the first consumption of a sequence of buffered state updates. (#3413)
1826
- Fixed issue where root level in-scene placed `NetworkObject`s would only allow the ownership permission to be no less than distributable or sessionowner. (#3407)
1927

20-
### Changed
21-
2228

2329
## [2.3.1] - 2025-04-14
2430

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.netcode.gameobjects",
33
"displayName": "Netcode for GameObjects",
44
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
5-
"version": "2.3.1",
5+
"version": "2.3.2",
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",

0 commit comments

Comments
 (0)