Qubit Posted June 29, 2016 Posted June 29, 2016 So I'm coding a little program and i've noticed it looks a bit bland. The theme is black and red but I have no idea how to implement colors to it.. Any ideas?
deadmag3 Posted June 29, 2016 Posted June 29, 2016 public class ExampleClass : MonoBehaviour {void OnGUI() {GUI.backgroundColor = Color.black;