From 29315b9efc001d4c114985a72e101d01f5f9927b Mon Sep 17 00:00:00 2001 From: Andrew Spiering Date: Mon, 6 Dec 2021 10:36:01 -0800 Subject: [PATCH] chore: Updating UTP to pre.10 --- com.unity.netcode.adapter.utp/CHANGELOG.md | 2 +- com.unity.netcode.adapter.utp/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 453229eb85..8cdf437e0f 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.9" + "com.unity.transport": "1.0.0-pre.10" } }