Skip to content

Commit

Permalink
Disable depth testing for a screenspace shader (Unity-Technologies#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
matasx8 committed Jan 4, 2022
1 parent dfaa9ef commit 2796fbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Shaders/UI/UIPanelFade.shader
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
{
Blend SrcAlpha OneMinusSrcAlpha
ZWrite Off
ZTest Always
Cull Off

HLSLPROGRAM
Expand Down

0 comments on commit 2796fbc

Please sign in to comment.