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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.