# ProfileWorkarounds()

> Creates a ProfileWorkarounds instance that contains empty enabled, disabled, and default lists.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEditor.HardwareProfiles](/engine/6000.6/script-reference/unityeditor/hardwareprofiles.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public ProfileWorkarounds()
```

### Remarks

Initializes the `enabled`, `disabled`, and `default` lists as empty. No workarounds are overridden by default, so Unity uses its automatic workaround detection for all workarounds.
