Search Issue Tracker
By Design
Votes
0
Found in
2020.3.42f1
2021.3.16f1
2022.1.23f1
2022.2.2f1
Issue ID
UUM-22432
Regression
No
Post-processing is not working when Post Anti-aliasing is set to TAA
How to reproduce:
1. Open the user-attached project “AfterPostProcessTAA”
2. Open the “OutdoorsScene” scene
3. Observe the Game view
Expected result: Only half of the cube is visible through the plane
Actual result: The whole cube is visible
Reproducible with: 2020.3.42f1, 2021.3.16f1, 2022.1.23f1, 2022.2.2f1
Couldn’t test with: 2023.1.0a24 (Shaders are corrupted)
Reproducible on: Windows 11 Pro
Note: Also reproducible in Player
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
This behavior is expected as we implicitly disable depth test for After Post pass when jittered depth is used (as TAA requires). Doing otherwise would create visual artefacts.
We updated the documentation to explain this more clearly.