Skip to content

Commit d260894

Browse files
chore: Update UTP dependency to 1.0.0-pre.14 (#1760)
1 parent e1fa124 commit d260894

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
@@ -11,7 +11,7 @@ All notable changes to this package will be documented in this file. The format
1111

1212
### Changed
1313

14-
- Updated Unity Transport package to 1.0.0-pre.13. (#1696)
14+
- Updated Unity Transport package to 1.0.0-pre.14. (#1760)
1515
- Overflowing the reliable send queue of a connection will now result in the connection being closed, rather than spamming the log with errors about not being able to send a payload. It is deemed better to close the connection than to lose reliable traffic (which could cause all sorts of weird synchronization issues). (#1747)
1616

1717
### 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.5",
9-
"com.unity.transport": "1.0.0-pre.13"
9+
"com.unity.transport": "1.0.0-pre.14"
1010
}
1111
}

0 commit comments

Comments
 (0)