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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note (fix version 2.0.3):
Fixed in: 2.0.3