File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
com.unity.netcode.adapter.utp Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ All notable changes to this package will be documented in this file. The format
11
11
### Changed
12
12
13
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
+ - Updated Burst package to 1.6.4. (#1615 )
14
16
15
17
### Fixed
16
18
Original file line number Diff line number Diff line change 5
5
"version" : " 1.0.0-pre.4" ,
6
6
"unity" : " 2020.3" ,
7
7
"dependencies" : {
8
- "com.unity.burst" : " 1.6.2 " ,
8
+ "com.unity.burst" : " 1.6.4 " ,
9
9
"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 "
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments