Property IncludeFolderKeysInCatalog
IncludeFolderKeysInCatalog
If enabled, each addressable folder's own address is included as an extra shared key on every asset within that folder. This allows loading every asset in an addressable folder with a single call, for example Addressables.LoadAssetsAsync(folderAddress, ...), similar to Resources.LoadAll. This is useful for reducing the size of the catalog if whole-folder loading is not needed.
Declaration
public bool IncludeFolderKeysInCatalog { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |