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
- Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used
- Scene.isSubScene returns True when a Scene that is not a SubScene is loaded in a build
- The Search window does not show objects with inherited components when filtering by type
- Scrolling occurs when using a shortcut with "Wheel Up" or "Wheel Down" on a selection command in a scrollable Hierarchy window
- Shortcut fails to trigger when using KeyCode.WheelUp with ShortcutModifiers.Shift
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.