It would be nice to change JSONUtility to the Newtonsoft for better flexibility, I had problems with PurchaseItems(), which used JsonUtility.ToJson(). Specifically, the method doesn't convert the data when the variables added to it are implemented with the { get; set; }, making the string empty
It would be nice to change JSONUtility to the Newtonsoft for better flexibility, I had problems with PurchaseItems(), which used JsonUtility.ToJson(). Specifically, the method doesn't convert the data when the variables added to it are implemented with the { get; set; }, making the string empty