So, different meshes with the same material don’t combine into 1 draw call? I’m double checking because that’s what Unity does for ages – it automatically packs all such meshes into 1 combined mesh and push this data as 1 draw call into the GPU. And does that seamlessly for you each frame, so you don’t ever think about that.