Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.20.0
1.20.3
1.20.5
Issue ID
ADDR-2950
Regression
No
Addressbles.InitializeAsync handle Status returns Success when the remote catalog isn't downloaded successfully
Reproduction steps:
1. Open the attached project “AddressableBugReproduce.zip”
2. Click “Build > New Build > Default Build Script” in the Addressables Groups window
3. Enter Play mode
Expected result: “InitializeAsync Status: Failed” is logged in the Console window because the remote server isn’t reachable
Actual result: “InitializeAsync Status: Succeeded” is logged
Reproducible on: 1.20.0 (2020.3.39f1, 2021.3.9f1), 1.20.3 (2022.1.15f1, 2022.2.0b7), 1.20.5 (2023.1.0a9)
Reproducible with: macOS 12.4 (Intel)
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
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
Resolution Note:
Due to stability concerns with this behavior change, we're unable to address this right now. The success status is saying the operation successfully completed, even if part of it wasn't able to complete as expected. Initializing Addressables can succeed without downloading a remote catalog. We'll look into ways to make these operations more clear in the future