- Home /
file read/write in Android devices(phone/tablet...)
Is there a way to store the player info (profile info that includes username, pswd, game progress etc) in the android device.....?
do file read/write functions work in the android build??
if not please tell the alternative....
also can anyone help point towards the resources where i can get more info on Scripting differences between Windows standalone build and Android build...
thanx in advance...
Comment
Answer by Paulius-Liekis · May 15, 2012 at 11:13 AM
Look into PlayerPrefs class. It is designed for such things and works on all platforms.