Search Issue Tracker
Fixed
Fixed in 6000.6.0a4
Votes
0
Found in
6000.3.14f1
6000.4.4f1
6000.5.0b5
6000.6.0a3
Issue ID
UUM-139939
Regression
No
Text truncation is missing in the "Import Unity Package" window
Steps to reproduce:
- Create two different projects: "Project 1" and "Project 2"
- Open Project 1
- Create a shader graph asset in it (Assets -> Create ->Shader Graph ->Blank Shader Graph)
- Select it and export it (right-click -> Export -> Export Assets...)
- Click "Export..." in the "Exporting package" window
- Enter a longer name (for example, "ShaderGraph Asset Export and Import from one build to anorther", select the location and click "Save"
- Return to "Project 2"
- Select the exported asset and drag it into the "Project" window
- Observe the default "Import Unity Package" window
Actual results: Asset title "ShaderGraph Asset Export and Import from one build to anorther" goes out of the window. It is not formatted according to the window size.
Expected results: The UI should handle long description strings gracefully using one of the following methods:
- Word-wrap: The text should automatically wrap into a second or third line, expanding the header height to maintain full legibility
- Smart Truncation: If wrapping is not possible, the text should fade or terminate with an ellipsis (...) to visually indicate to the user that the description has been shortened
Reproducible with versions: 6000.3.14f1, 6000.4.4f1, 6000.5.0b5, 6000.6.0a3
Not reproducible with versions:
Can’t test with versions:
Tested on (OS): macOS - Tahoe 26.4.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
- Floating License is lost for concurrent jobs
- Warning "Failed to insert item" is logged when Assigning Project to Organization's Project in the Project Settings
Add comment