Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.10f1
2021.1.18f1
2021.2.0a3
2022.1
Issue ID
1367922
Regression
Yes
Static batching does not batch objects when trying to batch plane with another object
How to reproduce:
1. Open the attached project '1367922.zip'
2. Open 'SampleScene' Scene
3. Enter Play mode
4. Observe the 'Batches' and 'Saved by batching' parameters in the Statistics window in the Game view
Expected results: Batches shows 8 and Saved by batching shows 4
Actual results: Batches shows 12 and Saved by batching shows 0
Reproducible with: 2020.3.10f1, 2020.3.22f1, 2021.2.0a3, 2021.2.2f1, 2022.1.0a15
Not reproducible with: 2019.4.32f1, 2020.3.9f1, 2021.2.0a2
Notes:
- On Unity 2021.2.0a2 the result is different from the actual/expected results (Batches shows 0 and Saved by batching shows 0)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note (2022.1.X):
It is expected that the default plane and cube meshes will not be combined by the static batcher because the static batcher will not combine meshes with different vertex formats as of 2020.3.10f1. We will update the Unity Manual to include this restriction.