Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2021.3.19f1
2022.2.10f1
2023.1.0b5
2023.2.0a4
Issue ID
UUM-31356
Regression
No
TMP Font Asset Character Sequence is not updated when Atlas Population Mode is set to Dynamic
Reproduction steps:
1. Open the attached project “TextNoUpdate“
2. Select “Text (TMP)” in the Hierarchy window
3. Set the Text Input to “가나다라마바사“ in the Inspector window
4. Set the Font Asset to “210YouthL SDF 1“ in the Inspector window
5. Open “Assets/TMP/210YouthL SDF 1“ and check that Atlas Population Mode is “Dynamic“
6. Observe the text in the Scene view
Expected result: Text shows up as “가나다라마바사“
Actual result: Text shows up as “가나다라ㅁㅁㅁ“
Reproducible with: 2020.3.44f1, 2021.3.19f1, 2022.2.10f1, 2023.1.0b5, 2023.2.0a4
Reproducible on: Windows 10, Windows 11
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
The sampling point size of the second FontAsset is so big it can only fit a few characters in the atlas. Reducing the sampling point size, increasing the atlas size or enabling multi atlas texturing will fix the issue.
Resolution Note (2023.2.X):
The sampling point size of the second FontAsset is so big it can only fit a few characters in the atlas. Reducing the sampling point size, increasing the atlas size or enabling multi atlas texturing will fix the issue.