How can I make GUIText the color of orange?
I realized that orange isn’t a default I can type in
How can I make GUIText the color of orange?
I realized that orange isn’t a default I can type in
_guiTextInstance.material.color = new Color(1f,.65f, 0f); //RGB orange 255,165,0