Search Issue Tracker
Fixed
Fixed in 6000.2.3f1, 6000.3.0b1
Votes
1
Found in
2022.3.45f1
6000.0.18f1
6000.1.0a7
6000.2.0a1
6000.3.0a1
Issue ID
UUM-79773
Regression
No
Label text overflows its rect when resizing the Game view in Free Aspect
How to reproduce:
1. Open the attached “IN-83704“ project
2. Open the “SampleScene” Scene
3. Make sure the Game view is set to Free Aspect
4. Resize the Game view by dragging the Game window edges
5. Observe the text of the Label element in the Game window
Expected result: The text should remain within the bounds of its rect regardless of the Game view size
Actual result: The text overflows and is drawn outside of its rect when the Game view is resized
Reproducible with: 2021.3.43f1, 2022.3.45f1, 6000.0.18f1
Reproduced on: Windows 11
Not reproduced on: No other environment tested
Workaround: Select the Label element in the UIBuilder, then in the UIBuilder Inspector window set the Align Self property to either flex-start, center, or flex-end.
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
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Scale Snapping with Gizmos does not work in the Scene view when Snapping and Absolute Grid Snapping are toggled off
Resolution Note (fix version 6000.3.0b1):
Fixed measure and word-wrapping instabilities with Text
Resolution Note (fix version 6000.2.3f1):
Fixed measure and word-wrapping instabilities with Text