fix #27; Does not work with flipped/rotated images
parent
1534a488cc
commit
acccdc7d7b
|
@ -4,6 +4,7 @@ SubShader {
|
||||||
Tags {"Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent"}
|
Tags {"Queue"="Transparent" "IgnoreProjector"="True" "RenderType"="Transparent"}
|
||||||
LOD 100
|
LOD 100
|
||||||
|
|
||||||
|
Cull Off
|
||||||
ZWrite Off
|
ZWrite Off
|
||||||
Blend SrcAlpha OneMinusSrcAlpha
|
Blend SrcAlpha OneMinusSrcAlpha
|
||||||
ColorMask [_ColorMask]
|
ColorMask [_ColorMask]
|
||||||
|
|
Loading…
Reference in New Issue