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
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
- Crash on ExtractActiveCasterInfo when navigating the scene view in a project with specific lighting data
- Build Profile name increments when numeric suffix is removed from duplicate Profile name
- "Unrecognized block header in profiler data file, stopping deserialization" error is shown and no more profiler data is recorded when the Player is connected and profiler recording is enabled/disabled few times
- Shader error and warnings thrown when setting HDRP as an Active Target in Blank Shader Graph
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..