実現したいこと
Unityのエディターのバージョンをエラーなくアップデートしたい。
内容
アップデートした際にTextMeshPro関連のエラーが出てきます。
いろいろな手法を試しエラーそのものは解決することがありましたが、
テキストが消えます。
テキストの量が多く、できるならばテキストの内容を残しながら
エラーを解消したいです。
宜しくお願いいたします。
発生している問題・エラーメッセージ
Library\PackageCache\com.unity.textmeshpro@3.0.6\Scripts\Runtime\TMP_FontAsset.cs(578,28): error CS1061: 'FaceInfo' does not contain a definition for 'scale' and no accessible extension method 'scale' accepting a first argument of type 'FaceInfo' could be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.textmeshpro@3.0.6\Scripts\Runtime\TMP_FontAsset.cs(464,34): error CS0029: Cannot implicitly convert type 'UnityEngine.TextCore.FaceInfo' to 'TMPro.FaceInfo'
Library\PackageCache\com.unity.textmeshpro@3.0.6\Scripts\Runtime\TMP_FontAsset.cs(578,28): error CS1061: 'FaceInfo' does not contain a definition for 'scale' and no accessible extension method 'scale' accepting a first argument of type 'FaceInfo' could be found (are you missing a using directive or an assembly reference?)
(以下似たようなエラー)
エラーメッセージ
試したこと
・Assets/TextMeshProを削除し、再起動
http://blog.lab7.biz/archives/23799278.html
補足情報(FW/ツールのバージョンなど)
変更前:2017.3.0f3
変更後:2022.3.12f1

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。