Skip to content

Commit 87cc817

Browse files
authored
Merge branch 'develop-2.0.0' into fix/transport-double-disconnect
2 parents 1d9cf5f + 61d3433 commit 87cc817

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ 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

@@ -38,6 +35,24 @@ Additional documentation and release notes are available at [Multiplayer Documen
3835
### Obsolete
3936

4037

38+
## [2.6.0] - 2025-10-12
39+
40+
### Added
41+
42+
- `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)
43+
- Clicking on the Help icon in the inspector will now redirect to the relevant documentation. (#3663)
44+
- 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)
45+
46+
### Changed
47+
48+
- Improved performance of the NetworkVariable. (#3683)
49+
- Improved performance around the NetworkBehaviour component. (#3687)
50+
51+
### Fixed
52+
53+
- Distributed authority clients no longer send themselves in the `ClientIds` list when sending a `ChangeOwnershipMessage`. (#3687)
54+
- Made a variety of small performance improvements. (#3683)
55+
4156
## [2.5.1] - 2025-09-14
4257

4358
### 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)