Search Issue Tracker
Fixed in 5.3.5
Votes
1
Found in
5.3.2f1
Issue ID
772367
Regression
No
[Profiler][Renderer] Drawcalls for static batching are incorrectly calculated
Repro steps:
1) Open the project and test.scene
2) Make sure Static Batch is enabled and Dynamic Batch - disabled
3) Open Profiler and and Play
4) Select Renderer in the Profiler
5) Notice that it shows 7 Drawcalls
6) Disable Static Batch and Enable Dynamic
7) Repeat 3 and 4
8) Notice it shows 3 Drawcalls
Expected: Static Batch produce the same DrawCall count
Actual: DrawCalls sums Batched Drawcalls and not Batches, unlike Dynamic
Reproduced in: 5.3.3p1; 5.2.3p3; 5.1.4f1
Can't test on 5.4.0 due to other bug
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
Add comment