When looking at vertex counts you have to be aware of any splits, since the arrays that hold the mesh data, the verts, normals, and UVs all need to be the same length. Meaning you always have to have the same number of vertices, normals and UVs. Since an engine can't remove data from your mesh, it can only add, vertex…