Search Issue Tracker
Fixed
Fixed in 2.3.7
Votes
2
Found in [Package]
2.2.2
Issue ID
ADDR-3796
Regression
Yes
CheckForCatalogUpdates() returns 0 even when there is updated content available in the Cloud CDN
Reproduction steps:
1. Open the attached “ReproProj” project
2. Open Command Prompt and navigate to the root project directory containing a ServerData folder
3. Run this command “python3 -m http. server 9000 --directory ServerData” (ensure that Python is installed on your system beforehand)
4. Open the Addressables Groups window via Window -> Asset Management -> Addressables -> Groups
5. Make a new Addressables Build via Build -> New Build -> Default Build Script
6. Build the project but don’t run it
7. In the Addressables Groups window, change the label of one of the Packed Assets
8. Update the Addressables Build via Build -> Update a Previous Build
9. Run the previously built Player
10. Observe the results
Expected Result: Catalog Updates 1 is displayed
Actual Result: Catalog Updates 0 is displayed
Reproducible with: 2.0.3 (2023.2.20f1), 2.2.2 (2023.2.20f1, 6000.0.25f1)
Not reproducible with: 1.19.19 (2021.3.45f1), 1.22.3 (2021.3.45f1, 2022.3.50f1, 2023.2.20f1)
Reproducible on: Windows 11 Pro
Not reproducible on: No other environments tested
Notes:
- Tested for regression on 2023.2.20f1 since it is compatible with both 1.22.x and 2.x.x versions
- A possible workaround is to change Addressables.cs line 76 to be == 3 instead of == 2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Timeline UI elements overlap with the toolbar and property section when resizing a docked Animation window horizontally
- Asset is shown as not checked out but is editable when adding a scoped registry
- [Linux] Input field does not receive characters when they are inputted with the SHIFT modifier
- ArgumentOutOfRangeException: Index was out of range when converting subgraph properties and nodes to Subgraph Operator
- A black bar appears on the Game View toolbar when the Game View is resized vertically
Add comment