Depends how Unity loads the model, whether it tosses a UV on there automatically. You can easily check the vert count in the Inspector. Do a test, compare a cube with and without UVs. Matcap is old school, it uses spherical environment mapping, so it depends on the vertex normals of the model. If you have less verts, the…