20 lines
213 B
Plaintext
Raw Normal View History

2023-11-03 08:51:51 -04:00
Shader "Unlit/DepthOnly"
{
Properties
{
}
SubShader
{
Tags { "Queue"="Transparent" }
Pass
{
ZWrite On
ColorMask 0
}
}
}