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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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.