Search Issue Tracker
Third Party Issue
Votes
0
Found in
6000.0.54f1
6000.1.14f1
6000.2.0b13
6000.3.0a4
Issue ID
UUM-113506
Regression
No
Half of the Cloud project dropdown in the Player Settings window is empty and draws on top of other applications when selecting a Cloud project
Steps to reproduce:
- Create a new Unity project using the Universal 3D template
- Open the Project Settings window (Edit > Project Settings)
- Open the Services tab
- Select any organization that has Cloud projects
- Select "Use an existing cloud project"
- Click on the "Select project" dropdown
- Observe the dropdown
Actual results: Half the dropdown is empty and it draws on top of all the applications
Expected results: The dropdown has no empty spaces and doesn't draw on top of other applications
Reproducible with versions: 6000.0.54f1, 6000.1.14f1, 6000.2.0b13, 6000.3.0a4
Tested on (OS): Ubuntu 24.04
Notes:
- Does not reproduce on macOS Silicon Sequoia 15.5
- The dropdown draws on top of all the applications, for example if a browser is opened after the reproduction, the dropdown is drawn on top of the browser
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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
Resolution Note:
This is a GTK issue. GTK allocates enough space for all items then scrolls them. There's nothing to be done on the Unity side.