Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.8.3
Issue ID
ADDR-1230
Regression
No
[Feature Request] Load external content catalog, which was compressed to bundle
Addressables version 1.8.3 introduced option to compress the local content catalog by packing it in an asset bundle. However, when compressed to a bundle, the external content catalog cannot be loaded. Example code:
var locator = await Addressables.LoadContentCatalogAsync(path).Task;
Addressables.AddResourceLocator(locator);
Expected result: Compressed external content catalog can be loaded
Actual result: Compressed external content catalog cannot be loaded
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note:
Supporting remote catalogs in bundles introduces a lot of complexity to our catalog loading and is not something we will be able to support.