Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.2.2
Issue ID
1296372
Regression
No
[HDRP] Fog effect on secondary Camera creates an opaque sky effect on the Main Camera
Reproduction steps:
1. Create a new HDRP template project
2. Create a new Camera
3. Set the new Camera's background to "None" and Culling Mask to "Nothing"
Expected result: The Main Camera Renders the same before adding the second Camera
Actual result: A sky effect is rendered on top of the Main Camera
4. Disabling Fog Post Process will resolve the issue
Reproducible with: 4.10.0 (2018.4.30f1), 7.5.2 (2019.4.16f1), 9.0.0-preview.71 (2020.1.17f1), 10.2.2 (2020.1.0f1, 2021.1.0a9)
Note: videos in 2020-12-08 12-39-08.mov, 2020-12-11 13-07-19.mkv
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
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
- Loading animations are hitching or stopping when using "SceneManager.LoadSceneAsync" to load new scenes
- [sw-unity-6-1] GameObject child is created in the last GameObject of the hierarchy instead in the selected GameObject by right clicking
- Lens Flare is misaligned when modifying the Camera's Viewport Rect
- [Linux] Crash on RenderEventsContext::ExecuteCommandBuffers when creating a new Material while in Play Mode
Resolution Note:
Indeed this result is expected.
Since the second camera is rendered after the first one and nothing is cleared in the backbuffer, any effect rendered by the second camera will appear on top. By default Fog is one of those effect so this is why we see it here.