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
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
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..