You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/CHANGELOG.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,9 @@ Additional documentation and release notes are available at [Multiplayer Documen
10
10
11
11
### Added
12
12
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)
16
13
17
14
### Changed
18
15
19
-
- Improved performance of the NetworkVariable. (#3683)
20
-
- Improved performance around the NetworkBehaviour component. (#3687)
21
16
22
17
### Deprecated
23
18
@@ -27,15 +22,31 @@ Additional documentation and release notes are available at [Multiplayer Documen
27
22
28
23
### Fixed
29
24
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)
32
25
33
26
### Security
34
27
35
28
36
29
### Obsolete
37
30
38
31
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)
Copy file name to clipboardExpand all lines: com.unity.netcode.gameobjects/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "com.unity.netcode.gameobjects",
3
3
"displayName": "Netcode for GameObjects",
4
4
"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.",
0 commit comments