Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2020.1.0a11
Issue ID
1194757
Regression
No
[VCS] Reverting the manifest.json file does not lock the Editor until the packages are fully reverted
How to reproduce:
1. Create a new project in your preferred workspace and open it
2. Connect it to Perforce
3. Submit the initial project and open the package manager
4. Install the Universal Render Pipeline package
5. Revert the package manifest.json file and immediately try to create the URP specific Pipeline Asset in the Project Window (Right-click -> Create -> Rendering -> Universal Render Pipeline -> Pipeline Asset)
6. Observe that it loses its filename, icon and a null reference exception is thrown in the console
Expected result: reverting the package manifest.json file locks the Editor until all of the packages are fully reverted preventing issues with packages that are being uninstalled (Same way the Package Manager already does it)
Actual result: reverting the package manifest.json file does not lock the Editor. This can cause issues with "half uninstalled" packages like the one described in the reproduction steps.
Reproduced in: 2020.1.0a11, 2019.3.0b9, 2019.2.10f1, 2018.4.12f1
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
This is a real issue, but seems very low prevalence issue with a clear workaround of just waiting after performing this action.