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
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)
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
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"
- Assigned Label or AssetBundle is not copied when duplicating certain asset types
- The "Disable Editor Analytics" flag locks when toggling it until the Preferences Window is reopened and Warning is no longer displayed when the Window is reopened
- 'AlphaToMask' is ignored when in non-resolving renderpasses on Metal
- ArgumentException error is thrown when using a specific layout
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.