Method EnumerateAddressableFolder
EnumerateAddressableFolder(string, AddressableAssetSettings, bool, IBuildLogger)
Collects and returns all the asset paths of a given Addressable folder entry
Declaration
public static List<string> EnumerateAddressableFolder(string path, AddressableAssetSettings settings, bool recurseAll, IBuildLogger logger = null)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | path | The path of the folder  | 
    
| AddressableAssetSettings | settings | The AddressableAssetSettings used to gather sub entries.  | 
    
| bool | recurseAll | Flag indicating if the folder should be traversed recursively.  | 
    
| IBuildLogger | logger | Used to log messages during a build, if desired.  | 
    
Returns
| Type | Description | 
|---|---|
| List<string> | List of asset files in a given folder entry  |