Search Issue Tracker
Fixed in 7.1.3
Votes
0
Found in [Package]
5.3.1
Issue ID
1167300
Regression
No
[HDRP] Volumetric Fog flickers when using secondary Camera which renders to a RenderTexture and Ambient Mode is set to Dynamic
How to reproduce:
1. Open the attached project("HDRP_Flicker")
2. Go to Scenes > SampleScene
3. Move around in the Scene View
Expected results: Scene view is not flickering
Actual result: Scene view is flickering
Reproducible with: 2019.1.11f1(HDRP 5.16.1), 2019.2.0b10(HDRP 6.9.0), 2019.3.0a10(HDRP 6.5.2)
Notes:
- Ambient Mode became available from 5.3.1
- First affected version in 2019.1 is 2019.1.0b2 as 5.3.1 package version was released on 2019-01-28 whereas the mentioned Unity version was released on 2019-01-30 and 2019.1.0b1 was released on 2019-01-23, thus, HDRP 5.3.1 became supported from 2019.1.0b2
- First affected version in 2019.2 is 2019.2.0a4 as it was released on 2019-01-31 whereas 2019.2.0a3 was released on 2019-01-24, thus, HDRP 5.3.1 became supported from 2019.2.0a4
- Camera with Render Texture should not include the object's layer with Volume where the Ambient Mode set to Dynamic in its Volume Layer Mask whereas the Main Camera has to include that layer in the Volume Layer Mask.
- Couldn't test 2019.2.0a4-2019.2.0a5 because of libcef crashes
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (fix version 7.1.3):
Fixed by PR https://github.com/Unity-Technologies/ScriptableRenderPipeline/pull/4778