Hi,
I am starting with NGUI, I would like to reach the label "score" to update the text, but the score is not updated, would you know how to achieve this?
UILabel c = GameObject.Find("UIRoot").GetComponent<UILabel>();
c.text = "The String You Want To Assign";
Thanks a lot