Skip to content

Commit 22a5c92

Browse files
chore: Update UTP to pre.10 in the adapter (1.0.0) (#1527)
1 parent 784bafa commit 22a5c92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.unity.netcode.adapter.utp/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this package will be documented in this file. The format
66
### Changed
77

88
- Removed 'Maximum Packet Size' configuration field in the inspector. This would cause confusion since the maximum packet size is in effect always the MTU (1400 bytes on most platforms).
9-
- Updated com.unity.transport to 1.0.0-pre.8
9+
- Updated com.unity.transport to 1.0.0-pre.10.
1010
- All delivery methods now support fragmentation, meaning the 'Send Queue Batch Size' setting (which controls the maximum payload size) now applies to all delivery methods, not just reliable ones.
1111

1212

com.unity.netcode.adapter.utp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"unity": "2020.3",
77
"dependencies": {
88
"com.unity.netcode.gameobjects": "1.0.0-pre.3",
9-
"com.unity.transport": "1.0.0-pre.8"
9+
"com.unity.transport": "1.0.0-pre.10"
1010
}
1111
}

0 commit comments

Comments
 (0)