mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 12:33:02 +00:00
add predefined directory for Android
This commit is contained in:
parent
a01ce7b94f
commit
c8f846eb61
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ public class FileBrowser {
|
|||
{
|
||||
if (Application.platform == RuntimePlatform.Android)
|
||||
{
|
||||
return new string[]{"/", "/sdcard/", "/storage/sdcard0/", "/storage/sdcard1/", "/storage/emulated/0/"};
|
||||
return new string[]{"/", "/sdcard/", "/storage/", "/storage/sdcard0/", "/storage/sdcard1/", "/storage/emulated/0/"};
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue