diff --git a/com.unity.netcode.adapter.utp/CHANGELOG.md b/com.unity.netcode.adapter.utp/CHANGELOG.md index 713d6e929d..73e54c50a1 100644 --- a/com.unity.netcode.adapter.utp/CHANGELOG.md +++ b/com.unity.netcode.adapter.utp/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this package will be documented in this file. The format ### Changed - 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). -- Updated com.unity.transport to 1.0.0-pre.9 +- Updated com.unity.transport to 1.0.0-pre.10 ### Fixed diff --git a/com.unity.netcode.adapter.utp/package.json b/com.unity.netcode.adapter.utp/package.json index 69f1f352aa..b18bad1939 100644 --- a/com.unity.netcode.adapter.utp/package.json +++ b/com.unity.netcode.adapter.utp/package.json @@ -7,6 +7,6 @@ "dependencies": { "com.unity.burst": "1.6.2", "com.unity.netcode.gameobjects": "1.0.0-pre.3", - "com.unity.transport": "1.0.0-pre.9" + "com.unity.transport": "1.0.0-pre.10" } }