#エラー内容
以下のような赤いメッセージが表示されるようになりました。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にダウングレードしたら直りました。