Abdul Mukheem Shaik fe107c363e Zeinab's UI changes
2024-05-13 22:15:29 +02:00

20 lines
213 B
Plaintext

Shader "Unlit/DepthOnly"
{
Properties
{
}
SubShader
{
Tags { "Queue"="Transparent" }
Pass
{
ZWrite On
ColorMask 0
}
}
}