Skip to content

Tags: StanSi/UnitySimpleFileBrowser

Tags

v1.3.0

Toggle v1.3.0's commit message
Added multiple file/folder selection support (closed yasirkula#10)

Note that the Scripting API has also changed slightly with this new feature. The OnSuccess callback now returns string[] instead of string and dialog functions now take an allowMultiSelection parameter (false by default)

v1.2.0

Toggle v1.2.0's commit message
Added OpenUPM instructions

v1.1.1.1.1

Toggle v1.1.1.1.1's commit message
Fixed yasirkula#18

v1.1.1.1

Toggle v1.1.1.1's commit message
Fixed yasirkula#18

v1.1.1

Toggle v1.1.1's commit message
- Fixed yasirkula#16

- Fixed a possible NullPointerException on Android when selecting a new folder using SAF

v1.1

Toggle v1.1's commit message
Updated README