Method GetSettings
GetSettings(Boolean)
Gets the settings object with the option to create a new one if it does not exist.
Declaration
public static AddressableAssetSettings GetSettings(bool create)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | create | If true and no settings object exists, a new one will be created using the default config folder and asset name. |
Returns
| Type | Description |
|---|---|
| AddressableAssetSettings | The default settings object. |