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
- Memory usage rises when switching scenes with GRD enabled and a loaded texture in URP
- [Quality Hackweek] Terrain Brush Size value is not serialized after deselecting the terrain when using the first instance of multiple Inspectors
- "NullReferenceException" is thrown when setting a long string in TMP with "Atlas Population Mode" set to "Dynamic" and "Multi Atlas Textures" enabled
- TextMeshPro text is misaligned when alignment is set via script
- A DX11 shader error is thrown when compiling shaders for platforms without DX11 support
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.