Search Issue Tracker
By Design
Votes
0
Found in [Package]
14.0.0
Issue ID
1403735
Regression
No
HDRP Refraction flickers when using the Temporal Anti-aliasing (TAA)
How to reproduce:
1. Open the user's attached project "Refraction Flickering.zip"
2. Open the "OutdoorsScene" Scene
3. Select the "Main Camera" GameObject in the Hierarchy window
4. Set the Post Anti-aliasing to "Temporal Anti-aliasing (TAA)"
5. Enter Play mode
Expected result: Objects under the refraction effect don't flicker
Actual result: Objects under the refraction effect flicker
Reproducible with: 10.3.2 (2020.3.0f1), 10.8.1 (2020.3.30f1), 12.1.5 (2021.2.14f1), 13.1.6 (2022.1.0b10), 14.0.0 (2022.2.0a6)
Could not test with: 7.7.1 (2019.4.36f1) - errors in the Console window
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
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Resolution Note:
The problem is that the color pyramid that refraction samples are built of course starting from the jittered scene color, this can be sorted out by TAA later when the smoothness is low and the jittering is akin to the one used in the rest of the frame; however, as the pyramid reaches lower mips the jittering is less predictable and TAA cannot fully resolve it.