I have two font assets: a main one, and an Arial font which supports lots of unicode as a fallback.
For example, the Arial font asset supports Korean characters. It’s set to dynamic and works perfectly.
My custom font asset is also dynamic, but supports fewer characters, so I have the fallback set to Arial.
However, when I type an unsupported character (e.g. “글”) in a TMPro UI component set to use my custom font, instead of falling back to the Arial font and just working, it instead starts creating lots of child gameobjects and spitting out this error:
MissingComponentException: There is no 'CanvasRenderer' attached to the "TMP UI SubObject [JetBrainsMono-Italic[wght] Atlas Material + arial-unicode-ms Atlas]" game object, but a script is trying to access it.
This seems to be an issue within TMPro itself. Attaching a CanvasRenderer does nothing, and it certainly doesn’t display the missing character.