unity ui.text code example Example: unity gui text Click to copypublic Text myText; void Start() { myText.text = "This is my text"; }