Volumetric Lights 2 (URP) · Common Tasks
Volumetric Lights 2 supports orthographic cameras with a small shader modification.
VolumetricLights/Resources/Shaders/Options.hlsl// Change this:
//#define ORTHO_SUPPORT
// To this:
#define ORTHO_SUPPORT
Help us improve this documentation page.