Search Issue Tracker
By Design
Votes
0
Found in [Package]
7.0.0
Issue ID
1175495
Regression
No
[HDRP] Two sets of reflections from a single set of objects when using HDRP
How to reproduce:
1. Open the user's project
2. Open the "01_Assets/SSRBug" Scene
3. Select the "GameObject" Game Object
4. Open the Timeline
5. Press the Play Button in the Timeline
6. Observe the Game Window
Expected result: Spheres are reflected correctly
Actual result: Every sphere is reflected twice, once correctly and once incorrectly
Reproducible with 2019.3.0b1 (HDRP 7.0.0 - 7.0.1), 2020.1.0a1 (HDRP 7.0.1)
Could not test on earlier versions of Unity and HDRP due to the project breaking
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Project doesn't have a sky. Therefore, the sky reflection is black. When SSR fails to intersect anything, it falls back to the sky capture, which is black, which creates a "black" reflection which seemingly comes from SSR.