Method BatchMode
BatchMode(AddressableAssetSettings)
Static method for use in starting up the HostingServicesManager in batch mode.
Declaration
public static void BatchMode(AddressableAssetSettings settings)
Parameters
| Type | Name | Description | 
|---|---|---|
| AddressableAssetSettings | settings | The settings object to use for the hosting service  | 
    
BatchMode()
Static method for use in starting up the HostingServicesManager in batch mode. This method without parameters will find and use the default AddressableAssetSettings object.
Declaration
public static void BatchMode()