allowHDRDisplaySupport
Prepare the application to encode images for an HDR display.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool allowHDRDisplaySupport { get; set; }
Remarks
When you enable , the application build includes all the resources, such as shaders, that are required to correctly encode the final output for an HDR display.
allowHDRDisplaySupportDisabling this setting also disables PlayerSettings.useHDRDisplay because you cannot use a display in HDR mode without the required resources.
Enable this setting without enabling PlayerSettings.useHDRDisplay if you don't want to use the main display in HDR mode, but do want to use an XR Display in HDR mode.
Additional Resources: PlayerSettings.useHDRDisplay.