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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
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.