TextMesh Pro: UnassignedReferenceException

Hey, I’m using Unity 2022.3.29f1 and I’m having TextMesh Pro UGUI issues. I’ve had these across multiple projects over multiple version of Unity over the last few months.

I keep losing my text in editor with the error:

I’m using TextMesh Pro 3.0.9 and a dynamic font ‘NotoSansMonoCJKjp-Bold’ set as a global fallback font in settings for localization & I followed the advise here with no success.

Any ideas please as I’m sick of fighting this.

Anyone?

Check whether the font contains the letters you want to display.
Alternatively, it may be a good idea to increase the size of Atlas in TMP settings.

It does but isn’t that what the global fallback font is for?

I’m not sure if I understood correctly because I used a translator.
What you said is correct.
Are the letters disappearing only in the editor?

The problem is when the error shows up in editor the textmeshpro component gets disabled, so if I’m not careful & I save the scene, the text is missing in the build.

If the problem is recent, the size of your Atlas may be the issue.
Would you like to try adjusting the Atlas size of the font you are using?

Sure, what size do you suggest?

I am using 4096 x 4096. Try changing it to this size

I am using a translator, so I apologize in advance if the expression seems rude.

I tried that and it’s still the same. I also tried rolling TMP back to v3.0.6 and it still does it.

Did you ever find a solution? I’ve started running into this same issue now.