調べればいくらでも出てくると思うのですが
C#
1
2using System.Linq;
3using UnityEngine;
4using UnityEngine.UI; //追加
5
6public class RandomCommentTest: MonoBehaviour
7{
8 public Text textLabel; //表示したいtext
9
10 private static readonly string[] COMMENTS = new string[] { "頑張って!", "負けるな!", "君ならできる!" };
11
12 void Start()
13 {
14 //COMMENTSの中から一つをランダムで取得する
15 string comment = COMMENTS.ElementAt(Random.Range(0, COMMENTS.Count()));
16
17 textLabel.text = comment; //Textを変更
18 }
19
20}
21
22
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。