Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
2.2.0
Issue ID
1173926
Regression
No
[Packman] Package list will not update if registry is changed while the list is open and cause errors
[Packman] Package list will not update if registry is changed while the list is open and cause errors
If the user changes the registry in their manifest.json while the Package Manager window is already opened, Unity will resolve packages however the Package Manager will not update and continue to reference the old data, causing any attempted installations to fail and throwing errors to the console such as:
Cannot perform upm operation: Package [com.unity.2d.animation@2.2.0-preview.4] cannot be found [NotFound]
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
Steps to reproduce
- Create/open a new Unity project
- Edit the /packages/manifest.json file in the project structure, adding the following line before the last closing brace, saving changes:
, "registry": "https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-candidates"
- Open the Package Manager window (Window > Package Manager)
- Enable preview packages (Advanced > Show preview packages)
- Select a preview package from the Candidates registry
- With this window open, return to /packages/manifest.json file and revert the changes made previously, saving your change
- Observe Unity will refresh its file system and resolve packages, but the Package Manager UI will not update, and errors will be thrown to the console
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
Add comment