Customize input fields and buttons in Unity

1k views Asked by At

I'm using C# and I'm very new to Unity. I added buttons and input fields programatically. I'd like to change the background color of both, and I'd like to add a border around the buttons.

1

There are 1 answers

0
Anthony Michelizzi On

The unity docs are very helpful

GUI.Color GUIStyle.border

Hope this gives you an idea of what you can do.