forked from absh8989/TwinTurbine
20 lines
213 B
Plaintext
20 lines
213 B
Plaintext
Shader "Unlit/DepthOnly"
|
|
{
|
|
Properties
|
|
{
|
|
}
|
|
SubShader
|
|
{
|
|
Tags { "Queue"="Transparent" }
|
|
|
|
|
|
Pass
|
|
{
|
|
ZWrite On
|
|
|
|
ColorMask 0
|
|
}
|
|
|
|
}
|
|
}
|