Click here to Skip to main content
15,888,968 members

Comments by jcjms (Top 4 by date)

jcjms 31-Oct-22 9:01am View    
Deleted
[deleted]
jcjms 31-Oct-22 8:41am View    
Deleted
Is there a way to delete my question? It's kind of embracing.
jcjms 31-Oct-22 8:39am View    
Damn, sorry for wasting your time, I was just way to tired. I just saw, that I wanted to convert an Int to a String (PlayerPrefs.SetString(item.itemType.ToString(), item.amount.ToString());), just to convert it back from a string to an int later (item.amount = int.Parse(PlayerPrefs.GetString(item.itemType.ToString()));).

But thank you for your help, kind regards.
jcjms 31-Oct-22 8:11am View    
Yeah, you are right. Restarting made it worse, lol. Anyway, thank you for trying to help. I will test.