Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
10.0.0-preview.26
Issue ID
1263744
Regression
Yes
[DXR] Black artifacts appear on metallic surfaces when Screen Space Reflection is used
How to reproduce:
1. Download and open the attached project named "hdrp10_issues"
2. Open the SampleScene
3. Observe one of the car wheels in the Game view
Expected result: No visual artifacts can be observed
Actual result: Flickering black artifacts can be observed inside the wheel near the shadow(Track_1263744_V1)
Reproducible with: 2020.2.0a20(10.0.0-preview.13, 10.0.0-preview.26)
Not reproducible with: 2020.1.1f1(9.0.0-preview.33)
Could not test with: 2018.4.26f1(DXR was not available yet), 2019.4.6f1(Shader graph used for the material breaks when downgraded to 8.x.x or below)
Workaround: Downgrading to 9.0.0-preview.33 and then upgrading back to 10.x.x seems to resolve this
Notes:
1. No artifacts can be observed if Editor is switched to D3D11 which disables DXR
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
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
Resolution Note:
The attached project had invalid normals for the affected model which caused the ray-traced reflection to return a bad result.