Method GatherModifiedEntriesWithDependencies
GatherModifiedEntriesWithDependencies(AddressableAssetSettings, string)
Get a Dictionary of all modified values and their dependencies. Dependencies will be Addressable and part of a group with static content enabled.
Declaration
public static Dictionary<AddressableAssetEntry, List<AddressableAssetEntry>> GatherModifiedEntriesWithDependencies(AddressableAssetSettings settings, string cachePath)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetSettings | settings | Addressable asset settings. |
string | cachePath | The cache data path. |
Returns
Type | Description |
---|---|
Dictionary<AddressableAssetEntry, List<AddressableAssetEntry>> | A dictionary mapping explicit changed entries to their dependencies. |