You should convert the meshes to either HISM or ISM components. The instances in the selves are just clones and are all sent separately to the GPU. With the component approach the mesh is sent once to the gpu and offset directly there skipping CPU calculations and reducing draw calls.
1 Like