Method Create
Create(string, string)
Creates, if needed, and returns the asset group sort settings for the project
Declaration
public static AddressableAssetGroupSortSettings Create(string path = null, string settingName = null)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | path | Desired path to put settings  | 
    
| string | settingName | Desired name for settings  | 
    
Returns
| Type | Description | 
|---|---|
| AddressableAssetGroupSortSettings | scriptable object with sort settings  |