Hi,
How to make the Unlit shader with opacity?
Unlit shader
- Ricardo Teixeira
- Posts: 954
- Joined: Fri Aug 09, 2013 2:26 pm
Re: Unlit shader
Hello,dev19872014 wrote:Hi,
How to make the Unlit shader with opacity?
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.

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!
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
Thanks for your support.
- Ricardo Teixeira
- Posts: 954
- Joined: Fri Aug 09, 2013 2:26 pm
Re: Unlit shader
No problem!dev19872014 wrote:Thanks for your support.
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!
Learn more about our offering: Amplify Creations Products
Amplify Shader Editor won the Asset Store Best Tool Award - Thank you for your support!