Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.2.0b10
Issue ID
949303
Regression
No
Light Probes and Reflection Probes are ignored when using Graphics.DrawMeshInstancedIndirect when in Forward Rendering
How to reproduce:
1. Open the attached "IndirectDrawTest" project and "Test" scene
2. Open Game view window and notice that there are four Spheres. Leftmost one is drawn using a mesh renderer component and other three are drawn with DrawMeshInstancedIndirect
Expected result - All the Spheres reflect to Light Probes and Reflection Probes
Actual result - The instanced Spheres do not react to Light Probes and Reflection Probes when in a Forward Rendering mode
Reproducible with - 2017.3.0a7, 2017.2.0b11, 2017.1.1p1, 5.6.3p3
Notes:
1. In a Deffered Rendering, Instanced objects do not ignore Reflection Probes, but do ignore Light Probes
2. Issue is reproducible when using both Graphics.DrawMeshInstanced and Graphics.DrawMeshInstanceIndirect
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Undoing Animator Parameter name change breaks references to it
- Crash on BV4_OverlapBoxAll when moving in play mode
- Custom mesh water surface normal map fades out when Y Position increases
- Sprite renderer does not issue draw calls correctly when using SRP Batcher
- [Android] Flickering artifacts when using "ScriptableRenderer.EnqueuePass(RenderPassEvent.BeforeRenderingPostProcessing)" multiple times
Add comment