public static void SetText(string text) { instance.GetComponent <UnityEngine.UI.Text> ().text = text; }