private void SetStartVisuals()
 {
     StartCoroutine(objImporter.GetMaterial(SetMaterial));
     StartCoroutine(objImporter.GetMesh(SetMesh));
 }