June 29, 20169 yr 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?
June 29, 20169 yr public class ExampleClass : MonoBehaviour {void OnGUI() {GUI.backgroundColor = Color.black;
Create an account or sign in to comment