Storm54, JsonPlayerPrefsДобавлено (21 июня 2017, 21:30)
---------------------------------------------
Вот этот код
Код
public void XpSec(int xpSec)
{
if (Money >= shopCosts[xpSec])
{
xpSeconds++;
Money -= shopCosts[xpSec];
shopCosts[xpSec] += 500;
shopText[xpSec].text = "+1 опыта в сек.\n" + shopCosts[xpSec] + " монет";
XpSecBuy++;
XpSecText.text = "Куплено " + XpSecBuy + " раз";
}
}
Нужно сохранить в JsonPlayerPrefs