init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
Shader "Unlit/DepthOnly"
|
||||
{
|
||||
Properties
|
||||
{
|
||||
}
|
||||
SubShader
|
||||
{
|
||||
Tags { "Queue"="Transparent" }
|
||||
|
||||
|
||||
Pass
|
||||
{
|
||||
ZWrite On
|
||||
|
||||
ColorMask 0
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user