Skip to content

Releases: yasirkula/UnitySimpleFileBrowser

v1.5.2

08 Jan 13:16

Choose a tag to compare

  • Added FileBrowser.DisplayedEntriesFilter event to programmatically filter the displayed entries
  • On Android 10+, when Storage Access Framework is used, paths that can be accessed via System.IO (like persistentDataPath) can still be browsed using System.IO and added as quick links
  • Added FileBrowser.ClearQuickLinks function

v1.5.1

28 Oct 19:54

Choose a tag to compare

Avoiding a native exception which will likely never occur but better …

v1.5.0: Skin update

20 Oct 17:02

Choose a tag to compare

- Added skins! Create new skins via "yasirkula-SimpleFileBrowser-UI S…

v1.4.7

20 May 08:00

Choose a tag to compare

Filename input field isn't cleared while switching folders in file se…

v1.4.6

06 May 07:57

Choose a tag to compare

SD cards weren't listed on some Android devices, attempted to fix it

v1.4.5

12 Apr 20:16

Choose a tag to compare

Embedded proguard.txt file to AAR library which should get rid of Cla…

v1.4.4: New Input System compatibility

12 Apr 16:08

Choose a tag to compare

Added new Input System support (requires manual modifications, see do…

v1.4.3

26 Jan 12:39

Choose a tag to compare

If multi-selection mode is activated by pressing&holding a file **in …

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…