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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
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.