Problem with lighting
Hello, I have a problem with lighting, I don't know how to describe this error. You can see details in the video. Link on the video: https://www.youtube.com/watch?v=DETfUcsAHQU&feature=youtu.be
Answer by DenisGLabrecque · Aug 10, 2019 at 08:43 AM
Check your camera properties and Unity documentation on lighting.
I checked the unity documentation for lighting and for this problem isn't any answer. And camera properties is on default. In camera properties isn't any problem. Problem is probably in lighting scripts that causes this problem from Unity.
I experienced shadow flicker before. One solution was to change the camera clipping distance. Perhaps another solution lies within the shadows overriding the light distance see shadow documentation in Unity. I assume you are using Unity's legacy lighting. When I switched to HDRP, lighting was far better, and avoided problems with shadows that I had before.