void OnGUI() { GUI.Box(new Rect(15, 15, 150, 50),""); GUI.Label(new Rect(25, 25, 130, 40), output); }