Search Issue Tracker
Fixed
Fixed in 6000.0.1f1
Votes
0
Found in
2023.2.0b3
2023.3.0a3
6000.0.0b11
Issue ID
UUM-44775
Regression
No
Package description window does not repaint after other package is updated and button operations are unavailable until repainted if compilation errors are present
h5. How to reproduce:
1. Open the attached project from the link in the comments
2. Navigate to Window > Package Manager
3. Select a package that has an available update and click update
4. Immediately select another package that needs updating and wait for the first package to update
5. When the first package updates, observe the currently selected package description and observe the update buttons
h5. Actual result
The package description does not repaint and the update button is still greyed out if compilation errors are present
h5. Expected result
After the first package is updated, the currently selected package information window is repainted and button operations are accessible
h5. Notes
- Open the attached project with 2023.2.0a23+ for compilation errors to appear
- The window can be repainted by switching currently selected packages
h5. Environment
- Reproducible with: 2022.3.6f1, 2023.1.7f1, 2023.2.0b3
- Not reproducible with: 2021.3.29f1 (Package Manager acts differently, selecting the updated package again after update, so no reproduction available),
- Reproduced on: Win 11
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 6000.0.1f1):
There were a condition preventing to refresh the button if the selected package was not the same who trigger the button operation. We remove that condition and now the buttons are refreshed when the operation finished regardless of the selected package..