ohm0106
Results
1
comments of
ohm0106
The issue seems to be coming from that logic.. --------------------------------------------------------------------------------- public static string GetAndroidInternalFilesDir() { string[] potentialDirectories = new string[] { "/mnt/sdcard", "/storage/emulated/0", "/storage/sdcard0", "/storage/sdcard1", "/storage", "/sdcard", }; if (Application.platform...