Method Create
Create(String, String, Boolean, Boolean)
Create a new AddressableAssetSettings object.
Declaration
public static AddressableAssetSettings Create(string configFolder, string configName, bool createDefaultGroups, bool isPersisted)
Parameters
Type | Name | Description |
---|---|---|
String | configFolder | The folder to store the settings object. |
String | configName | The name of the settings object. |
Boolean | createDefaultGroups | If true, create groups for player data and local packed content. |
Boolean | isPersisted | If true, assets are created. |
Returns
Type | Description |
---|---|
AddressableAssetSettings |