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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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.