Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.17.2-preview
Issue ID
ADDR-1769
Regression
No
Handle for CheckForCatalogUpdates returns from await before the Completed callback when using await/async
Reproduction steps:
1. Open the user's attached project and SampleScene scene
2. Open Command Prompt and change the directory by typing "cd + $projectPath + /ServerData"
3. Run the Python script by typing "py addressables-server.py"
4. Enter the Play mode and observe the Console window
Expected result: Log "checkForUpdateHandle.Completed" is printed before the log "after CheckForCatalogUpdates"
Actual result: Log "after CheckForCatalogUpdates" is printed before the log "checkForUpdateHandle.Completed"
Reproducible with: 1.16.10 - 1.17.2-preview (2018.4.31f1, 2019.4.19f1, 2020.2.3f1, 2021.1.0b4, 2021.2.0a3)
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
- "Errors during XML parse" warnings are thrown when building project for the Android platform
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
Resolution Note:
Fixed in 1.17.7-preview