Search Issue Tracker
Fixed
Fixed in 2.0.3
Votes
0
Found in [Package]
2.0.3
Issue ID
ADDR-2979
Regression
No
Comments of "TotalBytes" and "DownloadedBytes" variables are misplaced in Addressables package's "DownloadStatus" script
How to reproduce:
1. Open the “Addressables.zip” project
2. Open the “DownloadStatus” script
3. Observe the comments on the 14th and 19th lines
Expected result: Comments should be swapped
Actual result: Comments are misplaced
Reproducible with: 1.18.19 (2020.3.39f1), 1.19.19 (2021.3.9f1), 1.20.5 (2022.1.16f1, 2022.2.0b7, 2023.1.0a9)
Reproduced on: macOS 12.4 (Intel)
“DownloadStatus” script:
/// <summary>
/// The number of bytes downloaded by the operation and all of its dependencies.
/// </summary>
public long TotalBytes;
/// <summary>
/// The total number of bytes needed to download by the operation and dependencies.
/// </summary>
public long DownloadedBytes;
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
Resolution Note (fix version 2.0.3):
Fixed in: 2.0.3