Skip to content

Commit c75f977

Browse files
chore: Update UTP adapter dependencies (1.0.0) (#1616)
1 parent 862c812 commit c75f977

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

com.unity.netcode.adapter.utp/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this package will be documented in this file. The format
1111
### Changed
1212

1313
- 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)
1415

1516
### Fixed
1617

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.4",
9-
"com.unity.transport": "1.0.0-pre.10"
9+
"com.unity.transport": "1.0.0-pre.12"
1010
}
1111
}

0 commit comments

Comments
 (0)