StoreCurency.text = PlayerPrefs.GetInt(GameStrings.curency, 0).ToString();
these lines of code is working fine in an update method. But when I put the same line in fixed update with nothing else is changed then its not updating . I would like to know why