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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
This will be fixed by the Camera and Light data refactor work.