Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.1.0a7
Issue ID
1321840
Regression
No
[URP] Right click > reset on UniversalAdditionalCameraData component breaks rendering
Steps:
1. open any URP project (new URP template or UniversalRenderingExamples)
2. open a scene with a camera+assets (like, ToonOutlinePost.unity in UniversalRenderingExamples)
3. in hierarchy, select a camera
4. in inspector, right click on "Universal Additional Camera Data" > click "Reset"
5. close and reopen project
Expected: camera's original settings are not lost
Actual: camera's original settings are lost
Repro: 2021.2.0a9, 2020.3.0f1
Workarounds:
- If you do not have a backup and require the settings before "reset", do not close the editor window
- Use undo immediately after step 4 (CTRL-Z, CMD-Z or Edit > Undo)
- Create a preset from "UniversalCameraAdditionalData" so you have a backup of the state: https://docs.unity3d.com/Manual/Presets.html
- Otherwise, restore the scene (or prefab(s) with the camera) from a backup
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This will be fixed by the Camera and Light data refactor work.