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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ Additional documentation and release notes are available at [Multiplayer Documen
10
10
11
11
### Added
12
12
13
+
### Fixed
14
+
15
+
- Fixed issue where NetworkConfig.ConnectionData could cause the ConnectionRequestMessage to exceed the transport's MTU size and would result in a buffer overflow error. (#3565)
16
+
17
+
### Changed
18
+
19
+
## [1.14.0] - 2025-07-21
20
+
21
+
### Added
22
+
13
23
- Added serializer for `Pose` (#3540)
14
24
- Added mappings between `ClientId` and `TransportId`. (#3515)
15
25
- Added `SinglePlayerTransport` that provides the ability to start as a host for a single player network session. (#3475)
0 commit comments