Hey all, I am working with a 384 x 216 pixel game and I have a problem with the light occluder producing weird artifacts. This effect increases with the distance to the light source. Minimal reproducible example scene:
If we zoom in a bit on the lamp and the LightOccluder2D there are stripes of what looks like some kind of inverted anti-aliasing going on, the further we get from the light source.
I have tried fiddling with the settings and the closest I get to removing this effect is when setting Cull Mode to CounterClockWise. That makes the artifacts go away on the top side but adds them to the bottom side instead. Still does not look too good though.
Any ideas?