Skip to content

Commit c611a90

Browse files
chore: Updating UTP to pre.10 (#1501)
1 parent ad96174 commit c611a90

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.9
9+
- Updated com.unity.transport to 1.0.0-pre.10
1010

1111

1212
### Fixed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"dependencies": {
88
"com.unity.burst": "1.6.2",
99
"com.unity.netcode.gameobjects": "1.0.0-pre.3",
10-
"com.unity.transport": "1.0.0-pre.9"
10+
"com.unity.transport": "1.0.0-pre.10"
1111
}
1212
}

0 commit comments

Comments
 (0)