16 lines
124 B
Plaintext
16 lines
124 B
Plaintext
Shader "Custom/Mask"
|
|
{
|
|
Properties{}
|
|
|
|
SubShader{
|
|
|
|
Tags {
|
|
"RenderType" = "Opaque"
|
|
}
|
|
|
|
Pass {
|
|
ZWrite Off
|
|
}
|
|
}
|
|
}
|