Search Unity

Bug Water Shader Problems

Discussion in 'Shader Graph' started by CranberryJuice-, Mar 23, 2021.

  1. CranberryJuice-

    CranberryJuice-

    Joined:
    Aug 19, 2020
    Posts:
    30
  2. Camarent

    Camarent

    Joined:
    Feb 19, 2014
    Posts:
    168
    I think it is a shadow from your waterplane. You have to change material rendertype of waterplane object to transparent. It should exclude it from shadow rendering step. Other solution will be disabling cast shadow on the MeshRenderer component.