Page 1 of 1

Unlit shader

PostPosted: Fri Sep 07, 2018 7:38 am
by 3d artist1987
Hi,

How to make the Unlit shader with opacity?

Re: Unlit shader

PostPosted: Fri Sep 07, 2018 12:27 pm
by Ricardo Teixeira
dev19872014 wrote:Hi,

How to make the Unlit shader with opacity?


Hello,

You will have to adjust the shader tags and blend mode according to your specific requirements. The Frag Color expects RGB + Alpha, you can either apply a value directly as in my example or use a texture, it's entirely up to you.

Image

Be sure to check the available Unity information regarding SubShader Tags and Blend Options.

Hope it helps!

Re: Unlit shader

PostPosted: Mon Sep 10, 2018 7:25 am
by 3d artist1987
Thanks for your support.

Re: Unlit shader

PostPosted: Mon Sep 10, 2018 10:59 am
by Ricardo Teixeira
dev19872014 wrote:Thanks for your support.


No problem!