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
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
Add comment