Search Issue Tracker
By Design
Votes
0
Found in
2023.2.13f1
2023.3.0b10
Issue ID
UUM-65464
Regression
No
"Updates" option is displayed when there are no updates
Steps to reproduce:
- Create a project
- Go to "Package Manager"
- Observe that the "Updates" option is always displayed
Actual results:
The "Updates" option is displayed with no updates. An attachment is added below.
Expected results:
This option should become visible when updates are available. In this way, users would be clear.
Reproducible with versions:
- 2023.3.0b10, 2023.2.13f1.
Not reproducible with versions:
2022.3.21f1 & 2021.3.35f1 as both streams have old UI.
Tested on (OS):
Mac, Sonoma 14.3.1
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
Showing/hiding dynamically the 'Updates' submenu was first considered. Unfortunately, with the current implementation, it is too hard on the performance to check if packages have updates available. So, for performance sake, Design and Dev teams decided to always show the 'Updates' submenu even though no updates are available.