# AdaptivePerformanceBuildUtils

> Helper utilities for build-time modifications.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.AdaptivePerformance.Editor](/engine/6000.5/script-reference/unityeditor/adaptiveperformance/editor.md)
* **Assembly:** UnityEditor.AdaptivePerformanceModule

```csharp
public static class AdaptivePerformanceBuildUtils
```

## Static Methods

| Method                                                                                                                                                                       | Description                                                                                                                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AddCustomScalerToProviderSetting](/engine/6000.5/script-reference/unityeditor/adaptiveperformance/editor/adaptiveperformancebuildutils/addcustomscalertoprovidersetting.md) | Add the custom scaler in users' assets to the provider settings. Only needed if you want to scan for custom scalers during build time.                                                                                                 |
| [CheckEnableThermalStateForIOS](/engine/6000.5/script-reference/unityeditor/adaptiveperformance/editor/adaptiveperformancebuildutils/checkenablethermalstateforios.md)       | Checks the "Adjust iOS FPS based on thermal state" Player Setting and, if it is enabled, prompts the user (via dialog in interactive sessions) to disable it so the Adaptive Performance Apple provider can manage thermal mitigation. |
| [GetWantedStartupBoostSetting](/engine/6000.5/script-reference/unityeditor/adaptiveperformance/editor/adaptiveperformancebuildutils/getwantedstartupboostsetting.md)         | Get value for boost mode on startup for given settings                                                                                                                                                                                 |
| [UpdateBootConfigBoostSetting](/engine/6000.5/script-reference/unityeditor/adaptiveperformance/editor/adaptiveperformancebuildutils/updatebootconfigboostsetting.md)         | Add key to boot.config                                                                                                                                                                                                                 |
