2024-06-14 16:44:57 +02:00

20 lines
232 B
Plaintext

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