Search Issue Tracker
By Design
By Design in 6000.0.X
Votes
0
Found in
2021.3.38f1
2022.3.33f1
6000.0.7f1
Issue ID
UUM-74027
Regression
No
[TMP] Text in H1 style displays asterisks around text
Steps to reproduce:
- Create a new project.
- Hierarchy > UI > Text - TextMeshPro. Install TMP Essentials when prompted.
- Focus on the created text in scene view.
- In the inspector, set Text Style to H1.
Actual results: Text changes formatting, and is surrounded by asterisks.
Expected results: Text changes formatting, but no asterisks display. Similar to H2 and H3.
Reproducible with versions: 6000.0.7f1, 2022.3.33f1, 2021.3.38f1
Tested on (OS): Win 11
Notes:
- There is a tutorial to add asterisks to either side of H1 here: [https://docs.unity3d.com/Packages/com.unity.textmeshpro@4.0/manual/StyleSheets.html] so it perhaps this got applied to the package
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note:
The H1 style as defined in the Default StyleSheet is expected to append "*". Note that the Default StyleSheet can be edited and the "*" can be manually removed.
Resolution Note (6000.0.X):
The H1 style as defined in the Default StyleSheet is expected to append "*". Note that the Default StyleSheet can be edited and the "*" can be manually removed.