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