Search Issue Tracker
Won't Fix
Votes
2
Found in
2017.1.1f1
Issue ID
950485
Regression
No
[GPUInstancing][LPPV] Objects are not batched if they share the same Light Probe Proxy Volume object
Steps to reproduce:
1. Open user's attached project
2. Go to "LPPV test" and open "LPPV test" scene
3. Enter Playmode
4. Open Frame Debugger window and enable Frame Debug
5. Go to Camera.Render > Drawing > Render.OpaqueGeometry > RenderDeferred.GBuffer > Clear
Expected result: In the Frame Debugger there should be only one "Draw Mesh (instanced) instanced sphere" since the light probes are used.
Actual result: In the Frame Debugger there are "Draw Mesh instanced sphere" for every sphere in the scene
Reproducible with: 5.6.3p2, 2017.1.1f1, 2017.2.0b11, 2017.3.0a7
Note: If you stop the player, select all the 4 spheres, switch their "Mesh Renderer > Lighting > Light Probes" from 'Use Proxy Volume' to 'Off', hit play again, the Frame Debug will show just one "Draw Mesh (instanced) instanced sphere".
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment