Search Issue Tracker
Fixed
Fixed in 6000.0.X, 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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note (fix version 6000.0):
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..