yasirkula / UnitySimpleFileBrowser

A uGUI based runtime file browser for Unity 3D (draggable and resizable)
MIT License
819 stars 111 forks source link

Can't get the file path on android #9

Closed manassharma07 closed 5 years ago

manassharma07 commented 5 years ago

The file path turns out to be empty when I select a file. The browser can access external directory's contents fine. I see all the files. But when I select them the path is empty. The same code works fine on Windows. SimpleFileBrowser.FileBrowser.ShowLoadDialog( (path) => { uupdate(path); }, null, false, null, "Select File", "Select" );

manassharma07 commented 5 years ago

Sorry fam! It's working now. Made a typo. Whoops!