Skip to content

Commit 61d3433

Browse files
Updated changelog and package version for Netcode in anticipation of v2.6.0 release
1 parent 7422c91 commit 61d3433

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

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

1111
### Added
1212

13-
- `NetworkSceneManager` as an internal wrapper for the `SceneManager.Scene.handle` and swapped all places that use an `int` to represent a `Scene.handle` to instead use the `NetworkSceneManager`. (#3647)
14-
- Clicking on the Help icon in the inspector will now redirect to the relevant documentation. (#3663)
15-
- Added a `Set` function onto `NetworkList` that takes an optional parameter that forces an update to be processed even if the current value is equal to the previous value. (#3690)
1613

1714
### Changed
1815

19-
- Improved performance of the NetworkVariable. (#3683)
20-
- Improved performance around the NetworkBehaviour component. (#3687)
2116

2217
### Deprecated
2318

@@ -27,15 +22,31 @@ Additional documentation and release notes are available at [Multiplayer Documen
2722

2823
### Fixed
2924

30-
- Distributed authority clients no longer send themselves in the `ClientIds` list when sending a `ChangeOwnershipMessage`. (#3687)
31-
- Made a variety of small performance improvements. (#3683)
3225

3326
### Security
3427

3528

3629
### Obsolete
3730

3831

32+
## [2.6.0] - 2025-10-12
33+
34+
### Added
35+
36+
- `NetworkSceneManager` as an internal wrapper for the `SceneManager.Scene.handle` and swapped all places that use an `int` to represent a `Scene.handle` to instead use the `NetworkSceneManager`. (#3647)
37+
- Clicking on the Help icon in the inspector will now redirect to the relevant documentation. (#3663)
38+
- Added a `Set` function onto `NetworkList` that takes an optional parameter that forces an update to be processed even if the current value is equal to the previous value. (#3690)
39+
40+
### Changed
41+
42+
- Improved performance of the NetworkVariable. (#3683)
43+
- Improved performance around the NetworkBehaviour component. (#3687)
44+
45+
### Fixed
46+
47+
- Distributed authority clients no longer send themselves in the `ClientIds` list when sending a `ChangeOwnershipMessage`. (#3687)
48+
- Made a variety of small performance improvements. (#3683)
49+
3950
## [2.5.1] - 2025-09-14
4051

4152
### Added

com.unity.netcode.gameobjects/package.json

Lines changed: 2 additions & 2 deletions
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.6.0",
5+
"version": "2.6.1",
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",
@@ -15,4 +15,4 @@
1515
"path": "Samples~/Bootstrap"
1616
}
1717
]
18-
}
18+
}

0 commit comments

Comments
 (0)