Search Issue Tracker
By Design
Votes
0
Found in
6000.0.63f1
6000.2.14f1
6000.3.0f1
6000.4.0a5
6000.5.0a2
Issue ID
UUM-128273
Regression
No
TextMeshPro gradient tags render as literal text when using a font that contains only a part of the ASCII character set
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. In Hierarchy, expand “Canvas“ and “Container“
4. In Hierarchy, select “Title”
5. In Inspector, paste “<color=white><gradient=StarGradient>SSS</gradient></color>“ in the Text Input field
6. Observe the Scene view
Expected result: "SSS" displays with StarGradient styling
Actual result: Raw text displays: <gradient=StarGradient>SSS
Reproducible with: 6000.0.63f1, 6000.2.14f1, 6000.3.0f1, 6000.4.0a5, 6000.5.0a2
Reproducible on:
Play Mode
Windows Standalone Player
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
We did verify that the <gradient> tag works as expected. For resources to be loaded, they must be placed at the path specified in the TMP Settings.
What a font asset contains or doesn't in terms of characters should not matter.