Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


shadowCustomResolution

The custom resolution of the shadow map.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public int shadowCustomResolution { get; set; }

Remarks

By default, shadow map resolution is computed from its importance on screen. Setting this property to a value greater than zero will override that behavior. Please note that the shadow map resolution will still be rounded to the nearest power of two and capped by memory and hardware limits. Note that this property is supported only in the Built-in Render Pipeline. It is not supported in the High Definition Render Pipeline (HDRP) or in the Universal Render Pipeline (URP).
Additional Resources: Light.shadows property, Light.shadowResolution property, Shadow Mapping.