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 warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
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.