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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
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.