// Use this for initialization void Start() { money = PreferencesSaver.GetMoney(); moneyText.text = money + ""; }