【Unity】テキストの変更

using UnityEngine.UI;
transform.GetComponent<Text>().text = "変更後テキスト";

>実装例一覧に戻る