I want to make a save profile on my Iphone game.This save data contains 3 characters, each has almost 100 data(int or float).Is it OK to use PlayerPref , I saw in doc that the PlayerPref writes to iphone app's [product name].plist. I doubt weather to write 300 data to plist is fine. Should I use PlayerPref or use an XML file to save profile?
Thanks for helping, sorry for my English.