Unity3D读取外部Text

var Text2 : TextAsset;
function OnGUI () {

 GUI.Label(Rect(10, 10, 500, 500), Text2.text);
}

posted @ 2010-08-21 13:35  子非あ鱼  阅读(1511)  评论(0编辑  收藏  举报