Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isFeatureSupported

Checks if Light Probe Proxy Volumes are supported.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
Warning
Deprecated. The Light Probe Proxy Volume component is deprecated now that the Built-In Render Pipeline is deprecated. To use an alternative, refer to the documentation in the component help icon. #from(6000.5)
public static bool isFeatureSupported { get; }

Remarks

The value depends on graphics hardware and graphics API used. LPPV requires at least Shader Model 4, including TextureFormat.RGBAFloat 3D texture support with linear filtering.