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
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
Resolution Note:
Fixed in 1.17.7-preview