コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】Unable to add the requested character to font asset [XXXX]'s atlas texture. Please make the texture [XXXX] readable.

概要

Unable to add the requested character to font asset [XXXX]'s atlas texture. 
Please make the texture [XXXX] readable.

TextMesh Pro でダイナミックフォントを使用している時に上記の警告が出る場合は

f:id:baba_s:20220115134339p:plain

Project ウィンドウでダイナミックフォントに含まれるアトラステクスチャを選択して
Inspector を Debug モードに変更して

f:id:baba_s:20220115134341p:plain

「Is Readable」をオンにします
これでダイナミックフォントを使用する時に警告が出なくなります