Skip to content

Commit c3ca7cb

Browse files
fix: Updating UTP to fix Analyzers compile issue in 20.3 (Unity-Technologies#1478)
1 parent 2fc0b48 commit c3ca7cb

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.8
9+
- Updated com.unity.transport to 1.0.0-pre.9
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
@@ -6,6 +6,6 @@
66
"unity": "2020.3",
77
"dependencies": {
88
"com.unity.netcode.gameobjects": "1.0.0-pre.3",
9-
"com.unity.transport": "1.0.0-pre.8"
9+
"com.unity.transport": "1.0.0-pre.9"
1010
}
1111
}

0 commit comments

Comments
 (0)