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
- Non-multisampled texture binding errors are logged when running the DepthBlit URP scene with MSAA enabled on Vulkan
- The Editor does not recognize code errors in generic classes when using C# Source Generator to generate serialization code
- NullReferenceException is logged when undoing Deletion of a Visual Query Block of a Search Expression
- “Unsupported type MinMaxCurve” error and “Could not register property modification for animation binding…” warnings are thrown after moving playhead when Particle System Property is added to Animation window
- Nested LocalizedStrings can not query local variables
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.