iT邦幫忙

2023 iThome 鐵人賽

DAY 29
0
Software Development

Unity遊戲開發系列 第 29

DAY29 Unity對話系統

  • 分享至 

  • xImage
  •  
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class TEXT : MonoBehaviour
{
    public Text textLine;
    public Image img;
    public TextAsset textFile;
    待更
}

新增一個空物件並加入Text的元件
https://ithelp.ithome.com.tw/upload/images/20231015/20162530rkGlqyh7LH.png
放入到腳本建立好的TextLine裡
https://ithelp.ithome.com.tw/upload/images/20231015/20162530SUxzlkqnAZ.png

待更


參考資料:
https://docs.unity3d.com/ScriptReference/TextAsset.html


上一篇
DAY28
下一篇
DAY30 最後總結
系列文
Unity遊戲開發30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言