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
- 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:
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.