Skip to content

Commit e6ce739

Browse files
committed
Fixed issue with UIPanelFade shader
1 parent 1333b21 commit e6ce739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/Shaders/UI/UIPanelFade.shader

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
Tags
1313
{
1414
"RenderPipeline"="UniversalPipeline"
15-
"RenderType"="Transparent-10"
15+
"Queue"="Overlay"
1616
}
1717

1818
Pass
1919
{
2020
Blend SrcAlpha OneMinusSrcAlpha
21+
ZWrite Off
2122
Cull Off
2223

2324
HLSLPROGRAM

0 commit comments

Comments
 (0)