Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


State

Specifies the state of a driver workaround for a hardware profile.
Read time 1 minuteLast updated 7 days ago

Definition

public enum State

Remarks

Use this enum with DefaultDeviceFilter.SetWorkaround or ProfileDeviceFilter.SetWorkaround to control how Unity applies a specific driver workaround on matching devices.
For more information, refer to Workaround hardware profile settings.

Fields

Value

Description

DefaultUnity decides whether to apply behavior based on automatic device detection.
DisabledEnforces behavior to be off.
EnabledEnforces behavior to be on.