Hello,
I’m lighting a cave scene using a single direct light.
(I’m not expert so bear with me "^^)
I’m relying on openings in the cave to create areas of light and shadow.
My approach is to set up which areas are shadowed by looking at the real time light in the scene, then baking and checking the result.
The problem is that the real time view shows some areas are not shadowed, but after baking they are completely shadowed.
I’m using URP, and my scene is a bit large (1000x1000x1000 roughly). So in the URP settings I increased the shadow max distance and shadow resolution which allowed me to see more of the real timeshadows, but not all.
What could I be missing?