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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.