Method BuildAndGetResourceDependencies
BuildAndGetResourceDependencies(AddressableAssetSettings, string[])
Calculates and gathers dependencies for built in data.
Declaration
protected ReturnCode BuildAndGetResourceDependencies(AddressableAssetSettings settings, string[] builtInResourcesPaths)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetSettings | settings | The AddressableAssetSettings to pull data from. |
string[] | builtInResourcesPaths | The paths that lead to all the built in Resource locations |
Returns
Type | Description |
---|---|
ReturnCode | A ReturnCode indicating various levels of success or failure. |