Unlit shader

Your feedback is very important to us. We are listening.
Post Reply
3d artist1987
Posts: 36
Joined: Wed May 03, 2017 4:51 am

Unlit shader

Post by 3d artist1987 »

Hi,

How to make the Unlit shader with opacity?
User avatar
Ricardo Teixeira
Posts: 954
Joined: Fri Aug 09, 2013 2:26 pm

Re: Unlit shader

Post 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!
Sales & Customer Relations at Amplify Creations
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!
3d artist1987
Posts: 36
Joined: Wed May 03, 2017 4:51 am

Re: Unlit shader

Post by 3d artist1987 »

Thanks for your support.
User avatar
Ricardo Teixeira
Posts: 954
Joined: Fri Aug 09, 2013 2:26 pm

Re: Unlit shader

Post by Ricardo Teixeira »

dev19872014 wrote:Thanks for your support.
No problem!
Sales & Customer Relations at Amplify Creations
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!
Post Reply