Search Issue Tracker
By Design
By Design in 6000.3.X
Votes
0
Found in
6000.0.58f1
6000.2.5f1
6000.3.0b2
Issue ID
UUM-119514
Regression
No
UI Builder button text disappears in the GameView when the radius of the button is increased in a specific project
How to reproduce:
1. Open ‘IN-113378.zip’ project
2. Open the GameOverUI Visual Tree Asset (Assets/UI Toolkit (test)/GameOverUI)
3. In the UI Builder Hierarchy, select ‘#toLobbyBtn’
4. In the UI Builder Inspector field, navigate to ’Border'
5. Increase Radius of the button above 1 px
6. Observe the result
Expected result: Text is visible in the GameView
Actual result: Text is not visible in the GameView
Reproducible with: 2023.1.0a1, 6000.0.58f1, 6000.2.5f1, 6000.3.0b2
Reproducible on: macOS 15.6.1 (M1 Max)
Not reproducible on: No other environments tested
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
When rounded corners are used on an element with overflow:hidden, the stencil buffer is required for masking. However, the stencil clear is not enabled on the PanelSetting asset (Assets/UI Toolkit/PanelSettings, in your project).
To fix this, simply check "Clear Depth Stencil" on the PanelSettings.
Resolution Note (6000.3.X):
When rounded corners are used on an element with overflow:hidden, the stencil buffer is required for masking. However, the stencil clear is not enabled on the PanelSetting asset (Assets/UI Toolkit/PanelSettings, in your project).
To fix this, simply check "Clear Depth Stencil" on the PanelSettings.