Search Issue Tracker
Fixed in 2017.3.0f3
Won't Fix in 5.6.X, 2017.1.X
Votes
0
Found in
5.6.1f1
Issue ID
924743
Regression
No
3 Particles with mesh Render Mode and the same material are rendered with 3 draw calls instead of 1
Steps to reproduce:
1) Download attached project '561f1.zip' and open in Unity
2) Open scene 'ParticleBatchIssue' and press Play
3) Enable Frame Debugger
You will see in the Frame Debugger that particles with mesh Render Mode and same material are rendered with 3 draw calls
Expected result: Particles with mesh Render Mode and same material should be rendered with 1 draw call (check attached image 'expected.png')
Actual result: Particles with mesh Render Mode and same material are rendered with 3 draw calls (check attached image 'actual.png')
Reproduced with:
5.5.4p3, 5.6.3f1, 2017.1.0p3, 2017.2.0b7, 2017.3.0a4
Note: all 3 particles are rendered with 1 draw call(check Frame Debugger) if Render Mode is Billboard
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP Package documentation link in Package manager leads to the deprecated page
- [Usability] No setup script for Render Pipeline Assets for the proper URP Sample usage
- csc.rsp -additionalfile files are not treated as dependencies and are not reloaded when the file contents change
- Error ‘cannot use casts on l-values’ when a variable is assigned inside a second-level nested if statement before being used in a conversion
- "You cannot save to an invalid folder" warning dialog box is shown when canceling Tile Palette creation
Add comment