Search Issue Tracker
Fixed
Fixed in 6000.0.52f1, 6000.2.0b6, 6000.3.0a1
Votes
1
Found in
6000.0.50f1
6000.2.0b3
6000.3.0a1
Issue ID
UUM-107297
Regression
Yes
Package Description text is cut off when resizing Unity Package Manager Window
Steps to reproduce:
1. Create new unity project
2. Open Package Manager
3. Select any package
4. Select the right size of the Package Manager
5. Drag if to the left to minimise the window
6. Observe Package description
Actual results: text is getting cut off and text doesn’t dynamically adapt to resizing PM window
Expected results: text is not cut off, fits whenever PM window is resized
Reproducible with versions: 6000.2.0b1, 6000.2.0b3
Not reproducible with versions: 2022.3.61f1, 6000.1.4f1, 6000.2.0a10
Tested on (OS): MacBook Pro, 2021, Sequoia 15.5 (M1)
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:
We can't really fix that, as that is the nature of this implementation, that we allow content to be cropped. It's the same with other windows in Unity, when you drag the splitter and make the right panel really small, some content will be cut off. Take a look at UI builder, or even the project browser, it is the same.