#Flashlights UNITY 6 URP

1 messages · Page 1 of 1 (latest)

pulsar sigil
#

When an object is very close to the lamp, glare appears. Is there a way to fix this?

wide igloo
#

Reduce the intensity of the lights I guess? Having hdr enabled in player settings might help as well, so maybe check it as well.

left burrow
# pulsar sigil When an object is very close to the lamp, glare appears. Is there a way to fix t...

This happens because of HDR rendering and physically accurate light falloff
You can alleviate it by making sure you have Tonemapping post processing enabled with a smooth profile like ACES, and on top of that some color adjustments to bring some visual contrast back
But to fix it truly you'd have to modify the light falloff not to be physically accurate, instead linear for example
https://docs.unity3d.com/6000.0/Documentation/Manual/urp/lighting/custom-lighting-change-light-falloff.html