Hi,
I found there are some extreme bright points in my scene after baking Lightmap using Directional Mode.
If I add bloom effect to the camera, bright points looks very bad, as image shown below.
In “Directionality” debug view I can see the light direction for this part is almost zero.
I have checked the w component is small as well.
But in fact, the “dominant” light is far away from this area, the direction value should be big.
In URP Lit shader, color in lightmap is divied by direction.w, this cause the final color to be very bright.
I have some questions:
- Light direction is very small, is it expected ?
- How to avoid this problem if I don’t modify URP Lit ?
I’m using Unity 2021.3.6
Can anyone help me? Thank you!