Search Issue Tracker
Fixed in 1.4.0
Votes
0
Found in [Package]
1.3.0
Issue ID
1093388
Regression
No
[Text Mesh Pro] Incorrect mesh bounds are assigned when text field is empty
To reproduce:
1. Ope attached project "UnityTest.zip"
2. Enter play mode
3. Observe the console
Expected: mesh bounds calculated correctly when providing empty text field
Actual: mesh bounds are not updated when text field is empty, also incorrect default bounds are assigned upon initialization (1920,0,1080)
Reproduced in: 2017.4.15f1, 2018.2.15f1, 2018.3.0b9, 2019.1.0a8
Note: if needed, observing the process frame by frame when pausing Play mode could be helpful
Comments (1)
-
TrueNoob141
Apr 29, 2019 12:30
Still have in 1.4.0
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 1.4.0):
I revised the handling of the bounds of the mesh as suggested.