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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment