Each separate object is a draw call for the mesh and a draw call for the material whether the material is reused or not. So if you have 5 objects using the same material, that’s 10 draw calls. If you combine them, then it would be 2.
2 Likes