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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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..