Hello,
I am creating a completely procedural maze without any prefabs. Everything works fine. I just cannot get the lighting to work properly.
The maze is indoors so I cant use directional light.
So I am using point lights. And I need realtime light because my maze expands the further you walk in one direction, so I cant bake it.
To visualise my lighting I created a quick and simple scene with unitys standard meshes, and one simple point light which casts shadows.
In my 2 screenshots you can see both problems I have. The shadows just dont behave right.
It is really frustrating. How can I get good lighting?
I am using URP, my camera is set to deferred and my shadow normal bias is also 0. It just doesnt make sense to me at this point:/

