Property IncludeFolderKeysInCatalog
IncludeFolderKeysInCatalog
Gets or sets whether 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.
Declaration
public bool IncludeFolderKeysInCatalog { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |