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
- Look Dev constantly regenerates the default Volume Profile when set to "None" instead of using the default one
- Look Dev errors are spammed when opening a new HDRP project when Look Dev was added to the layout in the previous project
- URP Scene Templates are not editable when first opened from the New Scene dialog
- Look Dev window flickers when resizing the window after docking it
- UI breaks when Multiplayer Center window section divider is moved too far
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.