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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
This will be fixed by the Camera and Light data refactor work.