Search Issue Tracker
By Design
Votes
0
Found in
2022.3.55f1
6000.0.32f1
6000.1.0b2
Issue ID
UUM-92560
Regression
No
Packman: The same asset data is displayed differently in "Import" and "Remove" popups
*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
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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
Resolution Note:
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.