While investigating how to improve lighting in one of our scenes we noticed that the static directional lighting is behaving in a way we didn’t expect.
There is a little hot spot on movable objects which appears opposite to the directional light forward vector.
In this screenshot, the large spheres are meshes and the small spheres are the volumetric lightmap visualization.
The mesh on the left is Static. The mesh on the right is Moveable.
The directional light is Static, and the lighting has been baked
Haven’t had a chance to go through your project, but it looks like bounce light from the surface? Perhaps reduce the indirect light bounce of the direction light or use a gi replace node in the surface material and put it black.
You could also try lower volumetric light map details to get more fidelity on your movable object
Just giving an update to say I found a way to suppress the issue by increasing the ‘Volumetric Lightmap Spherical Harmonic Smoothing’ from the default of 0.02 to 0.04
Hovering over the parameter in the editor kind of helps explain why this is. Or at least pointed me in the right direction.