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
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- SetComponentEnabled uses class instead of struct when constraining Enableable Component type
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.