Deozaan

FXMask.shader

Apr 5th, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Shader "FX/Mask" {
  2.  
  3.     SubShader{
  4.         Tags{ "Queue" = "Transparent-1"  "IgnoreProjector" = "True" }
  5.  
  6.         ColorMask 0
  7.         ZWrite On
  8.         Pass{}
  9.     }
  10.    
  11. }
Add Comment
Please, Sign In to add comment