Place this script onto a parent object where all the children are the meshes you want to combine. The parent will need a mesh renderer and mesh filter.
Mesh Combiner Tool is a Unity Editor extension that lets you merge meshes (and their children) into a single optimized mesh at editor time. It is useful for reducing draw calls and improving ...