We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862c812 commit c75f977Copy full SHA for c75f977
com.unity.netcode.adapter.utp/CHANGELOG.md
@@ -11,6 +11,7 @@ All notable changes to this package will be documented in this file. The format
11
### Changed
12
13
- Rename the 'Send Queue Batch Size' property to 'Max Payload Size' to better reflect its usage. (#1584)
14
+- Updated Unity Transport package to 1.0.0-pre.12. (#1615)
15
16
### Fixed
17
com.unity.netcode.adapter.utp/package.json
@@ -6,6 +6,6 @@
6
"unity": "2020.3",
7
"dependencies": {
8
"com.unity.netcode.gameobjects": "1.0.0-pre.4",
9
- "com.unity.transport": "1.0.0-pre.10"
+ "com.unity.transport": "1.0.0-pre.12"
10
}
0 commit comments