Files

20 lines
204 B
Plaintext
Raw Permalink Normal View History

2026-07-12 18:53:05 +04:00
Shader "Unlit/DepthOnly"
{
Properties
{
}
SubShader
{
Tags { "Queue"="Transparent" }
Pass
{
ZWrite On
ColorMask 0
}
}
}