I have a
int[] data
And there's like 50 of them.
What I need is to somehow write all of them to playerprefs.
I suppose I need to use a loop of some sorts, but I don't know how.
Preferred in c# but js will do too.
Also loading the data from playerprefs would be nice too, but I suppose I could backwards code the loop or something.