Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.3.0
Issue ID
1122419
Regression
No
TextMeshPro Text is displayed only after modifying its' TextMeshPro UGUI component
How to reproduce:
1. Open the attached "BugReport_TextMeshPro.zip" project
2. Wait for the compilation process to finish
3. Open the "menu" scene
4. In Hierarchy, expand "menu_pause > canvas > screens > main > Buttons > Resume Button > button_main"
5. Notice that no text is displayed in Game and Scene windows
6. In Hierarchy, select "Text"
7. In Inspector, disable/enable "Text Mesh Pro UGUI" component (or edit its' text input field)
8. Observe that the text is now displayed
Expected result: "Text Mesh Pro UGUI" component does not have to be toggled for the TMP text to be visible.
Actual result: If the "menu" scene is opened after scripts have been compiled (when opening the project), "Text Mesh Pro UGUI" component has to be toggled for the text to become visible.
Reproducible with - 2018.3.0b2, 2018.3.4f1, 2019.1.0a1, 2019.1.0b2, 2019.2.0a3
Note: Could not test on versions prior 2018.3.0b2 due to package errors. (After resetting packages back to default, the issue is no longer reproducible.)
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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note:
Issue was related to text objects having their internal Input Source set to "SetCharArray" which was causing the behavior. Solution is to change value to Text.