Skip to content

Commit 295fdf5

Browse files
authored
Merge branch 'develop-2.0.0' into fix/mttb-1452-add-help-urls
2 parents 060029c + 6590d40 commit 295fdf5

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

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

1111
### Added
1212

13-
- Added a warning when `NetworkManager.NetworkConfig.ConnectionApproval` is set in a distributed authority context. (#3658)
1413
- Clicking on the Help icon in the inspector will now redirect to the relevant documentation. (#3663)
1514

1615
### Changed
@@ -24,14 +23,23 @@ Additional documentation and release notes are available at [Multiplayer Documen
2423

2524
### Fixed
2625

27-
- Fixed issue where a client, under above average latency and packet loss conditions, could receive multiple NetworkTransform state updates in one frame and when processing the state updates only the last state update would be applied to the transform if interpolation was disabled. (#3614)
2826

2927
### Security
3028

3129

3230
### Obsolete
3331

3432

33+
## [2.5.1] - 2025-09-14
34+
35+
### Added
36+
37+
- Added a warning when `NetworkManager.NetworkConfig.ConnectionApproval` is set in a distributed authority context. (#3658)
38+
39+
### Fixed
40+
41+
- Fixed issue where a client, under above average latency and packet loss conditions, could receive multiple NetworkTransform state updates in one frame and when processing the state updates only the last state update would be applied to the transform if interpolation was disabled. (#3614)
42+
3543
## [2.5.0] - 2025-08-17
3644

3745
### Added

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.5.1",
5+
"version": "2.5.2",
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",

0 commit comments

Comments
 (0)