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
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
- Some Prefab Source and Override content bounds are misaligned
- The Package Manager's "install packages by..." panels break when Domain Reload is triggered, and the panel is open
- Crash with multiple stack traces when leaving a docked VFX Graph open
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.