Search Issue Tracker
By Design
Votes
0
Found in [Package]
6.7.1
Issue ID
1163834
Regression
No
[HDRP] Visual artifacts occur when an object is moved quickly
How to reproduce:
1. Open the attached 'H ttenthal.zip' project
2. Open 'Inventory' scene and go to Play Mode
3. Select item by pressing 'Enter' key
4. Use the arrow keys to move the item around on the grid
5. Observe the item when moving it
Expected result: No artifacts
Actual result: Texture artifacts stay on the grid lines for a few milliseconds
Reproducible: 2019.1.8f1 (5.16.1), 2019.2.0b7 (6.7.1), 2019.3.0a7 (6.7.1)
Can't reproduce:
- 2018.4.3f1, 2019.1.0a1, 2019.2.0a1, because of package errors
- 2017.4, because HDRP was not introduced
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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note:
The issue occurs because of the TemporalAA effect. Tweak a bit the TAA settings to minimize the problem but there isn't much to do here to solve this case other than updating the algorithm with more aggressive rejection which will kill the benefit of using TAA. Also, another antialiasing like FXAA or SMAA can be used to avoid this problem.