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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.