Struggling to figure out how to get rid of these persistent shadows...
During runtime, I attempt: light.intensity = 0.0;
This makes the scene darker (which is good), but the shadows created by the light remain visible.
I've experimented with both directional and spot lights. I've attempted various methods that don't seem to have any effect...
If you have a solution...
Thank you in advance