Hello everyone,
I’ve localised my game in Chinese Simplified (zh-CN) and one glyph should be “径” but when I copy-paste it in my TMP text field the glyphs appears to be changed with 2 additional strokes.
Initially I thought it was an issue related to the used font, but even when testing multiple of them nothing changed.
Then I’ve noticed in the inspector that the text field itself seemed to have the wrong glyph, as if unity wouldn’t support such glyph and thus automatically make the change? (note that the same happens with legacy Text component, so it is not a TMP-specific issue)
Steps to repro:
- add a Text component to a gameobject (both Legacy and TMP components have the issue)
- set its text to “径”
- notice how the glyph appears modified both in the inspector and in the scene
Here is a screenshot highlighting the “additional strokes”