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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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