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
- Changing the Visual Element size moves it when two visual elements are close to each other
- Open Reference for Default Style Sheet asset redirects to missing page
- Undoing changes to Default Style Sheet does not show change until editor refresh
- TextMeshPro Caret has an active raycast when TMP_InputField is non-interactable
- Shadows do not smoothly fade in when transitioning between real-time shadows and baked distance shadows
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.