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
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
- Crash on OnDemandScheduler::HandleImportWorkerLogs when performing various Unity operations
Add comment