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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
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.