Within OnGUI() I have:
GUILayout.BeginArea(new Rect(75, 500, 900, 200));
Inside, I take the JSON and show its contents:
GUILayout.Label(json[0][0][textInComp][0].Value, GUI.skin.textArea);
And I finish:
GUILayout.EndArea();...
asked by
20.10.2016 / 10:17