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
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
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.