gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.01k stars 317 forks source link

Is there an function to open 1 sigle file with no async funtion? #98

Closed marck0zz closed 3 years ago

marck0zz commented 3 years ago

Not an issue but, Is there a function to open 1 single file with no async funtion?

With the "OpenFilePanel" the user can select multiple files even if that's not the intention, I can manage that with some code but it could be great and safer if there was such a function.

And thanks for share this amazing project.

marck0zz commented 3 years ago

I'm sorry for not double check but the function is already in the OpenFilePanel" method with the "bool multiselect" argument