I have added GUIStyle script to my button, change Text Color parameters for Normal and Hover. I’ve also added a Texture2D to Background slot (I want my button to have custom background-image).
The problem is this background image always appears black. Only black and transparency. No colors. I’ve tried to change Texture Type parameter for my image (to Texture, GUI), but it is still black.
How can I add color background image to my button?