Skip to content

Releases: yasirkula/UnitySimpleFileBrowser

v1.4.2

19 Jan 16:45

Choose a tag to compare

  • Added ShowHiddenFiles and DisplayHiddenFilesToggle static properties to FileBrowser
  • Selected quick link is now highlighted
  • Added CopyFile, CopyDirectory, MoveFile, MoveDirectory and GetDirectoryName functions to FileBrowserHelpers. These functions can be used to copy selected files/folders to persistentDataPath (or vice versa) on all supported platforms
  • Up button is now visible on Android 10+
  • Added android:requestLegacyExternalStorage="true" line to AndroidManifest so that Storage Access Framework doesn't have to be used on Android 10 (it is still used on Android 11+)
  • Fixed #30

v1.4.1

08 Jan 17:04

Choose a tag to compare

- Added FileBrowser.DrivesRefreshInterval to refresh the list of driv…

v1.4.0

02 Dec 14:48

Choose a tag to compare

AllFilesFilterText, FoldersFilterText and PickFolderQuickLinkText can…

v1.3.9

29 Nov 13:37

Choose a tag to compare

- Changed folderMode parameter to pickMode that supports picking file…

v1.3.7

22 Nov 10:20

Choose a tag to compare

File browser no longer throws ArgumentException when entered filename…

v1.3.6

02 Nov 15:41

Choose a tag to compare

Fixed performance issues that occur when selecting lots of files

v1.3.5

27 Oct 20:35

Choose a tag to compare

- Added context menu that can be opened in 2 ways: a) right clicking …

v1.3.1

04 Sep 13:53

Choose a tag to compare

Quick links fixes for Mac OS

v1.3.0: Added multiple file/folder selection support (closed #10)

30 May 22:41

Choose a tag to compare

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

14 May 18:53

Choose a tag to compare

Added Assembly Definition Files