public void SetPlayerName()
 {
     playerInfo.ChangeName(inputField.text);
 }