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

Package: Build Pipeline - Addressables

-

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

  1. 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.

Add comment

Log in to post comment