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
- "Problem detected while importing the Prefab file" errors on Learning Templates import
- Crash on RaiseException during Socket.BeginConnect in Player when application connection is blocked through commercial firewall
- Decal Projector produces artifacts when the normal and decal are projected in negative z-direction and Normal Blend is set to 1
- Undoing slider field change only resets slider position, doesn't undo the value change
- Precision changes when a tangent is added to a Vertex node
Add comment