Search Issue Tracker

By Design

Votes

1

Found in [Package]

10.1.0-preview.26

Issue ID

1278722

Regression

No

[URP] Object rendered using drawProcedural is not getting reflection from Reflection Probes

Package: Scriptable Render Pipeline Universal

-

How to reproduce:
1. Open attached "URPReflectionIssue.zip" project and SRPIssue/SRPIssueScene scene
2. Observe the Scene view

Expected result: Both Spheres show the reflection
Actual result: Only the Sphere with the Mesh Renderer shows the reflection

Reproducible with: 8.1.0(2019.4.11f1), 9.0.0-preview.55(2020.1.7f1), 10.1.0-preview.26(2020.2.0b5)
Could not test with: 2018.4.27f1 (URP is not supported)

  1. Resolution Note:

    CommandBuffer.DrawMesh and Graphics.DrawMeshNow does not setup reflection data per object. Only Graphics.DrawMesh* schedules intermediate renderers and those get fully per object setup.

Add comment

Log in to post comment