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
- "Unable to get the list of approved APIs." is thrown when testing the App Packages with Windows App Certification Kit
- [Linux] The mouse wheel input is inverted when scrolling in the Build
- TMP Input Field is moving Text and Caret UI positions for each new line when 'Auto Size' and 'Multi Line Newline' are used
- OnTriggerExit2D events are not triggered when disabling Collider, despite "Callbacks On Disable" being enabled
- [Android] [Vulkan] UI that is activated after a delay flickers when a Scriptable Render Pass goes over it
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.