Search Issue Tracker
By Design
Votes
2
Found in
2017.1.3p1
2017.2.0b9
Issue ID
1000078
Regression
Yes
Dynamic Batching broken for objects lit by light probe proxy volumes
How to reproduce:
1. Download attached project and open the LightVolumes.unity scene
2. Let light baking finish
3. Press play
4. Observe batch count in 'stats' window and/or check generated batches in Frame Debugger
Actual result: Dynamic objects lit by a Light Probe Proxy Volume do not dynamically batch together. In 2017.1.0f3 and earlier versions, this used to work.
2017.1.0f3: Batches 9 (saved by batching 30)
2017.1.3p1 Batches 29 (saved by batching 9)
Note that the 'saved by batching' in 2017.1.3 is all static batching. Looking at the frame debugger shows no dynamic batching occurring in the test scene.
Reproduced with: 2017.1.3p1, 2017.2.1p3, 2017.3.1p1, 2018.1.0b7
Not reproduced with: 2017.1.1f1, 2017.2.0b8
Regression since: 2017.1.1p1, 2017.2.0b9
------------------
By Design: We don't support instancing/batching for LPPVs. LPPVs still need normal SH / object to evaluate L2 band. By mistake, L2 band coefficient were not set before and the result lighting was wrong. It wasn't breaking the batches before because L2 coefficients were the same(0) for all the objects that were using LPPVs.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment