12 lines
109 B
Plaintext
12 lines
109 B
Plaintext
|
Shader "Custom/Mask"
|
||
|
{
|
||
|
SubShader
|
||
|
{
|
||
|
Tags{ "Queue" = "Transparent+1"}
|
||
|
|
||
|
Pass{
|
||
|
Blend Zero One
|
||
|
}
|
||
|
}
|
||
|
}
|