public void LoadCharacter(string characterId) { ResetUI(); characterUI.gameObject.SetActive(true); characterUI.Load(characterId); }