Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2020.2.X
Votes
0
Found in
2018.4
2019.3.7f1
2020.2
Issue ID
1233444
Regression
No
[PackMan] Package manager does not refresh/update on package.json changes, only after Editor restart
How to reproduce:
1. Open attached project "PackageJson.zip"
2. Open Package Manger
3. Click on "pfc Test Package" package (Packages: In Project)
4. Expand the "Samples"
5. Observe that "Sample 1" and "Sample 2" are shown
6. Open the package.json of this package
7. Change "display name" of the "Sample 2" to "Sample 3"
8. Go back to Unity and observe Package Manager
Expected result: the Sample name changes
Actual result: the Sample name does not change until the Editor is restarted
Reproducible with: 2018.4.23f1, 2020.2.0a13
Notes:
The bug reproduces with:
- Author name
- Sample name
- Sample entries
The bug does not reproduce after:
- package name
- package version
- dependencies
- display name
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
- UI Builder Scroll button for Code Preview section automatically selects all of the code
- Memory increases indefinitely when playing VLC video stream
- An invisible Element without edges is left over when a Preview is converted to a Floating Window in the Inspector
- All "Multiplayer Center" window becomes blank and "Console" displayes "ArgumentException: Cannot unschedule unknown scheduled function UnityEngine.UIElements.VisualElement+SimpleScheduledItem" when user changes docked "Multiplayer Center" window position
- Closing HDR Color window after selecting a colour with Colour Picker closes HDR Gradient Editor (linear) window as well
Resolution Note (fix version 2021.1):
Fixed issue where samples details in Package Details would not update if samples info in package.json were edited.