Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
4.0.0-pre.2
Issue ID
TMPB-201
Regression
No
[TextMeshPro] Rich text format adds "color=brown” to text instead of changing color when changing the text color to brown
How to reproduce:
1. Open the user’s attached “Brown Test.zip” project
2. Enter Play Mode
3. Observe the text at the top
Expected result: The text is “THIS IS BROWN" in a brown color
Actual result: The text is “<color=brown>THIS IS BROWN" in a white color
Reproducible with: 3.0.6 (2021.3.27f1, 2022.3.3f1), 4.0.0-pre.2 (2023.1.1f1, 2023.2.0a20)
Reproduced on: macOS 13.2.1 (Intel)
Notes:
Reproducible with colors: aqua, brown, clear, cyan, darkblue, fuchsia, gray, lime, magenta, maroon, navy, olive, silver, teal
Reproducible in the Editor and in the Standalone Player (macOS)
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
TextMesh Pro supports various preset color names, but 'brown' isn't included. To utilize non-preset colors like 'brown', use Hex Codes in this format: <color=#008000>Green Text</color>.