public void BackToProgresion() { TM.BackToProgresion(); currentCharacterPowerLevelText.SetText("---"); //Desactivar upgrades upgradesUI.SetActive(false); //Activar progresion progresionUI.SetActive(true); //Hago desaparecer el árbol de habilidades ResetCharacterUpbradeBookInfo(); }