yasirkula / UnitySimpleFileBrowser

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

Request to add "Create Folder" button #25

Closed alankley closed 3 years ago

alankley commented 3 years ago

It would be nice to optionally allow user to create a folder in current folder which the user could then select for return.

yasirkula commented 3 years ago

I agree that this is a useful feature but how will we create the folder? Essentially, it must be linked to a button on the UI for mobile and VR support. Any ideas on where to put the button? It should ideally be visible on mobile devices in portrait orientation, as well.

alankley commented 3 years ago

Perhaps a Create Folder button could go below the Show Hidden Files? I've attached a screenshot of how MyFiles app on Android handles it. They add it to a 3-dot more menu, if that is an option in your library. It would certainly fit well in portrait or landscape and offer more expansion for future desirable enhancements.

MyFiles_NewFolder

yasirkula commented 3 years ago

A 3-dot is the most viable option. I may implement this feature later, thanks for bringing it up.

alankley commented 3 years ago

Thanks for considering adding this feature. We really like your library, great job!

www.revealtech.ai