- Home /
Question by
giano574 · Jan 22, 2015 at 01:42 AM ·
androidpermissionsstoragewrite data
Writing to SD card on Android
What is the proper way of writing to the SD card on an Android device? I simply cannot get this working. I have set Write Access in the Player Settings to "External (SDCard)" but Application.persistentDataPath returns "/mnt/sdcard/Android/data/com.x.x/files" which is the internal storage.
What is the universal solution for obtaining the correct path for the SD card on Android?
Comment