- 日本語を使えるようにする
https://qiita.com/thorikawa/items/03b65b75fa9461b53efd
- Set text from C# script.
using TMPro;
TextMeshProUGUI textmesh;
textmesh = someGameObject.GetComponent<TRXRawImage> ();
textmesh.text = "New Text";
https://qiita.com/thorikawa/items/03b65b75fa9461b53efd
using TMPro;
TextMeshProUGUI textmesh;
textmesh = someGameObject.GetComponent<TRXRawImage> ();
textmesh.text = "New Text";
For further actions, you may consider blocking this person and/or reporting abuse
Ramya Sri M -
Akram Khan -
Brian -
Gladiators Battle -
Top comments (0)