public void Shop() { coin = GameObject.FindGameObjectWithTag ("coin").GetComponent<Coins> (); SceneManager.LoadScene (1); coin.Cargar (); }