I can use the Transparent/Cutout/Diffuse shader to fade linearly but it has a hard edge, great for a health bar. What shader can I use so that it fades gradually in a liner direction?
If you want gradual fading then you need an alpha channel and use some kind of alphablend or additive blend.