0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

テキストメッシュプロ

Posted at

テキストメッシュプロで日本語を入れる方法
https://qiita.com/squall22446688/items/0af50b957aca8a4b3881
ノトサンズの場合

あとは、代入の仕方で間違った記述の記事に惑わされましたが、

public TextMeshProUGUI sayDanceName;
sayDanceName.text = danceNames[0];

みたいにのuGUIのように、.textに値代入すれば上書きできます。

(いったいどんなコンテンツ作ってるのか気になるような変数名w)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?