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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note (fix version 7.1.3):
Fixed by PR https://github.com/Unity-Technologies/ScriptableRenderPipeline/pull/4778