IEnumerator DestroyAndCreate() { yield return(new WaitForSeconds(0.3f)); RM.AddTile(); print("Nuevo Tile Creado"); Destroy(transform.gameObject); }