Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.45f1
2022.3.62f1
6000.0.53f1
6000.1.12f1
6000.2.0b10
6000.3.0a2
Issue ID
UUM-111814
Regression
No
[Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
Steps to reproduce:
- Open any Unity project in FullScreen
- Select an asset in the Project Browser
- In the Inspector, scroll down to the Asset Bundles section
- Open either of the two dropdown menus
\\
Actual results: Both dropdown menus contain an empty row of options
Expected results: Dropdown menus should only show valid options without any empty entries
\\
Reproducible with versions: 2021.3.45f1, 2022.3.62f1, 6000.0.53f1, 6000.1.12f1, 6000.2.0b10, 6000.3.0a2
\\
Tested on (OS): Ubuntu 22.04
Not reproducible on(OS): macOS 15.6
\\
Notes: Only reproducible in FullScreen Editor mode
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This is an issue with how GTK handles the drop-down menus. They are context menus, and when GTK in GNOME creates a context menu it creates enough space for the entire menu, though cuts it off to fit on the screen. Then the view is made scrollable and will show empty space.