Files
2026-07-12 18:53:05 +04:00

20 lines
204 B
Plaintext
Executable File

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