Search Issue Tracker
By Design
Votes
0
Found in [Package]
2.0.1
Issue ID
1168233
Regression
No
[TextMeshPro] Changes in Background in TMP text when hovering mouse in Inspector Field
Changes in Background in TMP text when hovering the mouse in Inspector Field
Steps to Reproduce:
1. Create a new Project
2. Window > TextMeshPro > Import TMP Essential resources
3. Window > TextMeshPro > Import TMP Example and Extra
4. Open Scene - Project Window > Assets > TextMeshPro > Scenes > Sunny Days Example
5. Select Hierarchy > Canvas > TextMeshPro Text
6. Hover mouse in Inspector Window
Expected Result: Nothing should change in the Text in the Game View
Actual Result: Background changes as the mouse hovers in the Inspector Window
Reproducible in: 2019.3.0a9, 2019.2.0b9, 2019.1.0f2, 2018.3.0f2
Environment: Mac 10.14 and Windows 10
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
- Warnings when warming up shaders with GraphicsStateCollection
- Color and Location fields disappear when removing gradient marker in the HDR gradient Editor (linear) window
- Create Node window appears on the top left corner of the Editor when opening window with space keyboard shortcut after selecting a Context
- HasCharacters() returns false when checking Emojis using surrogate pairs, despite characters being present in the Font Asset
- An error is thrown when building AssetBundles with DisableWriteTypeTree and StripUnityVersion flags
Resolution Note:
This is normal behavior in the Unity Editor. As focus is regained by the text object inspector, the time and frame count gets updated and since the shader uses time to animate the cycling / position of the texture on the face of the text, each time tick causes the animation to progress / change.