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
- ShaderGraph tab header changes the icon to the VFX Graph icon when ShaderGraph and VFX Graph with the same name are both opened
- The Build Profiles window has usability issues when the panel takes up less than 30% of the screen width
- Inconsistent ShaderGraph RGBA channels compared to the Inspector when "Alpha Is Transparency" is used
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
Resolution Note:
This is a real issue, but seems very low prevalence issue with a clear workaround of just waiting after performing this action.