2
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.

「'TMP_FontAsset' does not contain a definition for 'characterDictionary' and no accessible extension method 'characterDictionary' accepting a first argument of type 'TMP_FontAsset' could be found」エラー解消

Posted at

#エラー内容
以下のような赤いメッセージが表示されるようになりました。Unityのバージョンを変えても解消されません。
Unityバージョン:2019.1.3f1

'TMP_FontAsset' does not contain a definition for 'characterDictionary' and no accessible extension method 'characterDictionary' accepting a first argument of type 'TMP_FontAsset' could be found (are you missing a using directive or an assembly reference?)

#解消方法
答えはここにありました。
https://forum.unity.com/threads/i-have-a-problem-with-tiny-unity.665527/

Tiny Mode is depending on TextMesh Pro "1.3.0".
'characterDictionary' method is deleted on 1.4.0
so downgrade TextMeshPro to 1.3.0

Window ->  Package Manager  で、「TextMesh Pro」を探して、1.3.0にダウングレードしたら直りました。

2
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
2
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?