diff --git a/com.unity.netcode.adapter.utp/CHANGELOG.md b/com.unity.netcode.adapter.utp/CHANGELOG.md index eb45a03707..713d6e929d 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.8 +- Updated com.unity.transport to 1.0.0-pre.9 ### Fixed diff --git a/com.unity.netcode.adapter.utp/package.json b/com.unity.netcode.adapter.utp/package.json index 416c405f8d..453229eb85 100644 --- a/com.unity.netcode.adapter.utp/package.json +++ b/com.unity.netcode.adapter.utp/package.json @@ -6,6 +6,6 @@ "unity": "2020.3", "dependencies": { "com.unity.netcode.gameobjects": "1.0.0-pre.3", - "com.unity.transport": "1.0.0-pre.8" + "com.unity.transport": "1.0.0-pre.9" } }