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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment