From 2a69feb8f915c45123015acc70da81033ca5d03c Mon Sep 17 00:00:00 2001 From: Andrew Spiering Date: Mon, 29 Nov 2021 09:34:09 -0600 Subject: [PATCH] fix: Updating UTP to fix Analyzers compile issue in 20.3 --- 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 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" } }