Unity Issue Tracker - Packman: The same asset data is displayed differently in "Import" and "Remove" popups
Closed
UUM-92560
Packman: The same asset data is displayed differently in "Import" and "Remove" popups
Unity: Packman
As Designed
6.1.X
6.0.X
2022.3.X
The image of the package lives inside the .unitypackage. When we invoke remove, we do not try to read from the .unitypackage but instead read from the asset origin of all the files in the project, so we do not have access to the image.
Steps to reproduce:
Open or create a project
Go to "Window" ->"Package Management" -> "Package Manager"
Go to the "My Assets" section
If you don't have any assets please download them (for example "Sunny Land")
Import it. In the "Import" popup observe the top section. It displays an image and title "Sunny Land"
Go back to the "Package Manager" and find the same asset package
Select the "Remove asset from project" option, which is displayed under the "In Project" button
Observe the "Remove" window
Actual results: Instead of the asset image, we see the Unity logo and instead of "Sunny Land" we see "Sunny Land 1.1". Screenshots are added in the "Attachment" section.
Expected results: The same image and the same title should be displayed. If the version has to be, it should be displayed in both popups. If the version number is not needed, so it should be removed and from the "Remove" window UI.
Reproducible with versions: 6000.1.0b1, 6000.0.32f1, 2022.3.55f1.
Not reproducible with versions: -
Can’t test with versions: -
Tested on (OS): Apple M1 Max
Prioritise and Follow this issue
Have a workaround or additional info about this issue?