Search Unity

ramp shader in combination with transparency

Discussion in 'Shaders' started by Steffen, Aug 21, 2007.

  1. Steffen

    Steffen

    Joined:
    Aug 11, 2005
    Posts:
    70
    hi,

    i'am looking for a ramp shader combinated with transparency like this one.

    my knowledge about shader are very very low :-(

    so someone can write a short instruction how to do it?
     
  2. metervara

    metervara

    Joined:
    Jun 15, 2006
    Posts:
    203
    As far as I can see from your example you can do this with a standard alpha shader in Unity. Just make a texture with an alpha channel like the ramp from the example and assign that to your material.

    /Patrik