I am new to unity. I need help on creating a button with corner radius, gradient, outer shadow and inner shadow. Two shadows in both other and inner.
Check the image below.
Help me!
I am new to unity. I need help on creating a button with corner radius, gradient, outer shadow and inner shadow. Two shadows in both other and inner.
Check the image below.
Help me!
The quickest way to do this is to create 2 separate PNG picture for the button , and the picture should already contain outer/inner shadow , one for when the button is not clicked (top), and the second one is for the button when clicked (bottom) , why PNG ? because PNG support transparancy for the outer shadow.
Thanks, bro. But the requirement is based on user theme button shadow, gradient colour will change. And how to make radius for button?