Qubit Posted June 29, 2016 Share 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? Quote Link to comment Share on other sites More sharing options...
ez11 Posted June 29, 2016 Share Posted June 29, 2016 lold @ ur sig 1 Quote Link to comment Share on other sites More sharing options...
deadmag3 Posted June 29, 2016 Share Posted June 29, 2016 public class ExampleClass : MonoBehaviour {void OnGUI() {GUI.backgroundColor = Color.black; Quote Link to comment Share on other sites More sharing options...