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
- Crash on RaiseException when opening a specific project
- 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
Add comment