Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.2.0f2
Issue ID
1063983
Regression
No
UI.Text rendered text mesh changes when rich text label position changes
Reproduction steps:
1. Open the attached project "TextUIBug.zip";
2. Open the scene Scenes/SampleScene.unity.
3. Click the play button and the script will flip the text UI between displaying:
A - "Alright...let's see what <color=#00000000>you got.</color>"
B - "Alright...let's see what<color=#00000000> you got.</color>"
Expected behavior: A and B versions should be rendered the same way.
Actual behavior: B version is rendered slightly differently.
Reproduced with: 2017.4.8f1, 2018.1.9f1, 2018.2.1f1, 2018.3.0a6.
Tested on both Windows and MacOS.
This is caused by the current text system forgetting about kerning sometimes while doing word wrap.
We will not fix this issue because:
1. The bug is subtle and should not have big noticeable effect
2. We will be replacing the legacy text system with TextMeshPro anyways
3. If we fix the bug, it will change how text is rendered and has backward compatibility concern
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment