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
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- SetComponentEnabled uses class instead of struct when constraining Enableable Component type
- [iOS] Application.deepLinkActivated does not get invoked while app is running when UIApplicationSceneManifest is added in Info.plist
Resolution Note:
This will be fixed by the Camera and Light data refactor work.