I’ve heard that playerprefs has a limited file size of 1MB (maybe on web only?) but I haven’t seen any information on a limitation of number of entries. Is there any limit to how many entries can be stored within playerprefs?
i’ve never heard of one, so the answer is probably NO.
PlayerPrefs has whatever limitations NSUserDefaults has (or doesn’t have). The 1MB thing is web-only.
–Eric