Search Unity

Question Why there is no depth test on shader graph for transparent?

Discussion in 'Shader Graph' started by ClosingTime, Apr 17, 2023.

  1. ClosingTime

    ClosingTime

    Joined:
    Nov 23, 2016
    Posts:
    241
    I am making webcob, and I need it to be alpha blended, but also have depth test.
    When I make it transparent shader graph, it just ignores the depth test set to LEQual.
    Is there no way to have depth test in Transparent queue?