Skip to content

Commit 1500b64

Browse files
committed
Merge branch 'develop-2.0.0' into chore/fast-enter-playmode
# Conflicts: # com.unity.netcode.gameobjects/CHANGELOG.md
2 parents df11388 + 6141740 commit 1500b64

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

com.unity.netcode.gameobjects/CHANGELOG.md

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

1111
### Added
1212

13-
- Added a new variant of `UnityTransport.GetDefaultPipelineConfigurations` that takes a reference to the created `NetworkDriver`. This will register all pipeline stages that `UnityTransport` requires, removing the need to manually register them in your own custom driver constructor. (#3980)
1413
- Added support for Unity's Fast Enter Play Mode with domain reload disabled. (#3956)
1514

1615
### Changed
1716

18-
- `NetworkMetricsPipelineStage` is now defined even when the multiplayer tools package is not installed, removing the need to guard its registration behind a version define when using a custom driver in `UnityTransport`. (#3980)
1917

2018
### Deprecated
2119

22-
- Deprecated a number of methods that were no longer valid or being used. (#3987)
2320

2421
### Removed
2522

@@ -33,6 +30,20 @@ Additional documentation and release notes are available at [Multiplayer Documen
3330
### Obsolete
3431

3532

33+
## [2.12.0] - 2026-05-24
34+
35+
### Added
36+
37+
- Added a new variant of `UnityTransport.GetDefaultPipelineConfigurations` that takes a reference to the created `NetworkDriver`. This will register all pipeline stages that `UnityTransport` requires, removing the need to manually register them in your own custom driver constructor. (#3980)
38+
39+
### Changed
40+
41+
- `NetworkMetricsPipelineStage` is now defined even when the multiplayer tools package is not installed, removing the need to guard its registration behind a version define when using a custom driver in `UnityTransport`. (#3980)
42+
43+
### Deprecated
44+
45+
- Deprecated a number of methods that were no longer valid or being used. (#3987)
46+
3647
### [2.11.2] - 2026-05-01
3748

3849
### Fixed

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.12.0",
5+
"version": "2.12.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)