Skip to content

Commit f815985

Browse files
Updated changelog and package version for Netcode in anticipation of v1.15.0 release
1 parent a391c21 commit f815985

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
88

9-
## [Unreleased]
10-
11-
### Added
12-
9+
## [1.15.0] - 2025-11-14
1310

1411
### Changed
1512

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

20-
### Deprecated
21-
22-
23-
### Removed
24-
25-
2617
### Fixed
2718

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

31-
### Security
32-
33-
34-
### Obsolete
35-
36-
3722
## [1.14.1] - 2025-08-17
3823

3924
### Fixed

com.unity.netcode.gameobjects/ValidationExceptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "API Validation",

0 commit comments

Comments
 (0)