Search Unity

Resolved Shadows working but strange behaviour. Video link to show issue included

Discussion in 'General Graphics' started by uglymug, Jan 10, 2022.

  1. uglymug

    uglymug

    Joined:
    Jul 14, 2016
    Posts:
    6
    Hi all,

    I'm having a problem with shadows rendering correctly. In short, when a point light shines on an object it does cast a shadow correctly some of the time, but not all of the time.

    I have included a link to a youtube video which shows the issue and the settings I'm using:



    I can't pin down the issue so any help appreciated.

    Cheers

    Ian
     
  2. uglymug

    uglymug

    Joined:
    Jul 14, 2016
    Posts:
    6
    OK,

    I solved this myself, just posting my solution here in case anyone has the same issue.

    I just set the Realtime Shadows > Bias (in the Light Component properties) to 0 rather than 0.05 and it solved it.

    Cheers