读取text文件?

var Text2 : TextAsset;function OnGUI () {GUI.Label(Rect(10, 10, 500, 500), Text2.text);}

你可能感兴趣的:(读取text文件?)