Skip to content

Commit e196bca

Browse files
chore: Update UTP adapter dependencies (#1615)
1 parent 4d7379b commit e196bca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ 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)
15+
- Updated Burst package to 1.6.4. (#1615)
1416

1517
### Fixed
1618

com.unity.netcode.adapter.utp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"version": "1.0.0-pre.4",
66
"unity": "2020.3",
77
"dependencies": {
8-
"com.unity.burst": "1.6.2",
8+
"com.unity.burst": "1.6.4",
99
"com.unity.netcode.gameobjects": "1.0.0-pre.4",
10-
"com.unity.transport": "1.0.0-pre.10"
10+
"com.unity.transport": "1.0.0-pre.12"
1111
}
1212
}

0 commit comments

Comments
 (0)