You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
219 B
Plaintext
20 lines
219 B
Plaintext
|
4 years ago
|
Shader "Unlit/Depth"
|
||
|
|
{
|
||
|
|
SubShader
|
||
|
|
{
|
||
|
|
Lod 100
|
||
|
|
|
||
|
|
Tags
|
||
|
|
{
|
||
|
|
"Queue" = "Geometry+1"
|
||
|
|
"RenderType"="Opaque"
|
||
|
|
}
|
||
|
|
|
||
|
|
Pass
|
||
|
|
{
|
||
|
|
ZWrite On
|
||
|
|
ZTest LEqual
|
||
|
|
ColorMask 0
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|