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
- Static Editor Flags dropdown list is cut off when Inspector Window is docked to the very right and UI Scaling is set to a higher value
- visionOS Players are minimized when Guided Access is turned on
- Licensing Client fails to launch when opening Unity Hub
- Sprite Atlas Inspector preview disappears when entering Play mode unless SpriteAtlasMode is set to "Sprite Atlas V2 - Enabled"
- Opening reference for Audio Importer opens missing page
Resolution Note (fix version 2.0.3):
Fixed in: 2.0.3