Search Issue Tracker
By Design
Votes
0
Found in
6000.0.49f1
6000.2.0b2
Issue ID
UUM-105784
Regression
Yes
Sidebar text in Package Manager does not disappear when sidebar is at its minimum size
Steps to reproduce:
1. Create a new project
2. Open Package Manager (Window > Package Management > Package Manager)
3. Resize left sidebar and observe the text next to the icons
Actual results: Text next to the icons does not disappear or get truncated with “…”
Expected results: Text next to the icons disappears or gets truncated with “…”
Reproducible with versions: 6000.0.49f1, 6000.2.0b1, 6000.2.0b2
Not reproducible with versions: 6000.1.4f1, 6000.2.0a10
Couldn’t reproduce with versions: 2021.3.52f1, 2022.3.62f1 (Section with icons does not exist)
Tested on (OS): macOS Sequoia 15.3 (M4)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
This is a deliberate change we introduced recently to make the Package Manager window more consistent with other windows like the Project Browser or Hierarchy. In order to not crop content, we need to set minimum width; but in order for the Package manager window to be able to fit into really narrow space, then we need to reduce the minimum width and hence we need to allow cropping. We cannot have both unfortunately. This new behaviour is consistent with the rest of the Editor.