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
- Incorrect color values are saved for Swatches when using HDR Color Picker
- Editor crashes when adding/removing a UI Document Style Sheet while in Play mode
- Scene and Game views turn black when all light sources are disabled
- Memory spike after activating Freeform Light2Ds
- Line Renderer Component elements do not fit in the Inspector window when minimising Inspector window is minimised
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.