yasirkula / UnitySimpleFileBrowser

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

Select multiple files #10

Closed nezix closed 4 years ago

nezix commented 5 years ago

First, thanks for this awesome Asset !

Would it require a lot of work to allow selecting multiple files in a folder and obtain list of paths ?

yasirkula commented 5 years ago

A recycled list view (scroll view) is used to list the files. You'd need to tweak it to support selecting multiple files. Does it require a lot of work; I'm not sure. But I'm not planning to implement this feature myself at the moment :/

nezix commented 5 years ago

I gave it a try in my fork, branch named multipleFile :

https://github.com/nezix/UnitySimpleFileBrowser/tree/mutlipleFile

I am pretty sure I added some bugs, and I did not closely respected all your code conventions but that's a first try :)

I will make a PR if you want me to.

yasirkula commented 5 years ago

Well done! A PR isn't needed at the moment but thank you for considering it.