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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Resolution Note (fix version 2.0.3):
Fixed in: 2.0.3