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
- TSS Inspector creates invalid Project Relative paths for USS references in packages when adding References via Inspector
- Screen Space Ambient Occlusion is not visible when the directional light intensity is 0.001 or lower with the Deferred Rendering Path selected
- Unlinking Unity project from cloud throws "DirectoryNotFoundException" errors when the Build Automation package is installed
- Numeric input field for “Prewarm Time” doesn’t fully display decimal values
- Sprite Editor Overlay Menu issues
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.