Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.38f1
Issue ID
UUM-71924
Regression
No
Lens Flare occlusion is slightly delayed when Anti-aliasing is set to TAA
How to reproduce:
1. Open the “lensflare“ project
2. Open the “SampleScene“
3. Enter Play Mode
4. Move to the right while observing the Lens Flare
Expected result: Lens Flare disappears as soon as it is covered
Actual result: Lens Flare disappears a split second later than it is covered
Reproducible with: 2022.3.27f1, 6000.0.1f1, 2021.3.38f1
Not reproducible with: 2022.3.29f1
Fixed in: 2022.3.28f1, 6000.0.2f1
Reproducible on: Windows 10, Windows 11 (user’s device)
Not reproducible on: No other environment tested
Notes:
- Reproducible in Player
- It might be difficult to see the issue sometimes
- Move using the arrow keys
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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
Resolution Note:
Temporal anti-aliasing works over multiple frames. It accumulates and blends previous frames (history) into the current frame. This can add ghosting which can appear as a delay for effects that turn on/off in an instant.