Skip to content

Commit 0178073

Browse files
Chore/v1.x.x/merge_1.15.0_develop (#3792)
* Updated changelog and package version for Netcode in anticipation of v1.15.1 release --------- Co-authored-by: netcode-automation <[email protected]>
1 parent 785ef80 commit 0178073

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
1313

1414
### Changed
1515

16-
- Better error message when using generic IEquatable in a generic INetworkSerializable class and updated documentation with workaround. (#3744)
17-
- The `NetworkManager` functions `GetTransportIdFromClientId` and `GetClientIdFromTransportId` will now return `ulong.MaxValue` when the clientId or transportId do not exist. (#3721)
18-
- Changed minimum Unity version supported to 2022.3 LTS
1916

2017
### Deprecated
2118

@@ -25,15 +22,26 @@ Additional documentation and release notes are available at [Multiplayer Documen
2522

2623
### Fixed
2724

28-
- Multiple disconnect events from the same transport will no longer disconnect the host. (#3721)
29-
- Exception when the network prefab list in the network manager has uninitialized elements. (#3744)
3025

3126
### Security
3227

3328

3429
### Obsolete
3530

3631

32+
## [1.15.0] - 2025-11-14
33+
34+
### Changed
35+
36+
- Better error message when using generic IEquatable in a generic INetworkSerializable class and updated documentation with workaround. (#3744)
37+
- The `NetworkManager` functions `GetTransportIdFromClientId` and `GetClientIdFromTransportId` will now return `ulong.MaxValue` when the clientId or transportId do not exist. (#3721)
38+
- Changed minimum Unity version supported to 2022.3 LTS
39+
40+
### Fixed
41+
42+
- Multiple disconnect events from the same transport will no longer disconnect the host. (#3721)
43+
- Exception when the network prefab list in the network manager has uninitialized elements. (#3744)
44+
3745
## [1.14.1] - 2025-08-17
3846

3947
### Fixed

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": "1.15.0",
5+
"version": "1.15.1",
66
"unity": "2022.3",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.6",

0 commit comments

Comments
 (0)