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?
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?