Search Issue Tracker
By Design
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.