Search Issue Tracker
Fixed in 5.2.0
Votes
3
Found in
5.0.0p3
Issue ID
685842
Regression
No
UnityEngine.UI.Text trims trailing spaces
How to reproduce:
1. Open a new project
2. Create a UI Text
- Make sure the Horizontal Overflow is set to 'Overflow'
3. Input "A " into the text
- Note how the A is not shifted to the left
4. Add another non-space symbol at the end
- Note how the A now shifts to the left, taking into account all of the spaces
Comments (2)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
steven williams
Jun 16, 2015 16:00
Adding a trailing space should be a quick fix for right-aligned button text touching the button's border. It has no effect.
MAZE_INC
Apr 03, 2015 22:13
This issue involves ContentSizeFitter component too! This component should resize both the width and the height of an element based on the Text content. If you insert a string with final spaces those aren't taken into account when calculating the width.