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
- Global Volume visual details are blurred when Tonemapping mode is set to any other than 'ACES'
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
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.