|
Where are PlayerPrefs stored on Android or iOS?
(comments are locked)
|
|
On Android they are stored in your phone's internal memory in /data/data/appname/shared_prefs/appname.xml Where appname is the full package identifier e.g. com.mycomany.example
(comments are locked)
|
