I create a GUI.Button with “Hello” text and i want to align this text to"left".
But when i added "GUIStyle to button to align “Hello” text, the text shows normally but the button become invisible (it can be clicked normally)
I found a topic like mine on the forum, but i cant find the answer.
So if anyone know how to fix it, please help me.
Very thank you ^^
Default GUIStyle turns your button invisible. You will need to manually configure the color of your button and it’s text. Or you can download the default GUISkin from the Unity GUI section.
It 's work. Thank you very much.
I a newbie. so i dont know much about “GUISkin”. I will try it