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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
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>.