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
- Find prefab components in scene is broken in new hierarchy
- Number "0" is not visible in Unity Documentation page button tooltips
- Selected Korean input text in UIToolkit TextField is not fully replaced when refocusing and entering new input
- [UITK Controls] Non text InputField can't be reset by API
- Control Scheme name field has no character limit, causing “Add Control Scheme” window to expand if name is too long
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.