Skip to content

Releases: yasirkula/UnitySimpleFileBrowser

v1.6.3

09 Nov 17:53

Choose a tag to compare

Fixed file browser not showing any contents in a folder if it contains a system-protected file/folder (happened with '.android_secure' folder on Android)

v1.6.2

30 Sep 15:50

Choose a tag to compare

  • New Input System no longer requires any manual modifications (Package Manager friendly)
  • Added RowHeight and RowSpacing properties to UISkin (and simplified the SimpleFileBrowserCanvas prefab's hierarchy)

v1.6.1

17 Aug 20:39

Choose a tag to compare

Fixed native reflection warnings in #84

v1.6.0

01 Apr 16:02

Choose a tag to compare

Fixed EventSystem warnings being spammed when loading a scene additively

v1.5.9

01 Feb 18:02

Choose a tag to compare

  • Using Command key instead of Control on MacOS
  • Fixed Shift key behaviour: the Shift clicked file was being added to the front of the selected files list whereas it should've been added to the end of the list, that's now fixed

v1.5.8

10 Dec 17:13

Choose a tag to compare

  • Fixed Denied permission issue on Android 13 and later
  • Added FileBrowserHelpers.IsPathDescendantOfAnother function

v1.5.7

28 Jul 07:39

Choose a tag to compare

  • File browser now accepts case-insensitive input
  • File browser now accepts full file paths as input
  • File browser now accepts filenames without extension as input for convenience (e.g. entering "asd" as input to select "asd.txt")
  • Added ShowFileOverwriteDialog (see online documentation)
  • Added CheckWriteAccessToDestinationDirectory property (see online documentation)
  • UnauthorizedAccessException is omitted when browsing system-protected directories
  • Some background sprites weren't fully opaque (%1 transparent), fixed
  • Added SpriteAtlas asset for sprites

v1.5.6

26 Jul 13:50

Choose a tag to compare

  • Major speed optimizations for exploring very large folders on Android 11+ (Storage Access Framework)
  • Fixed filter dropdown's text not being updated correctly after switching between Folders and Files PickModes
  • The embedded EventSystem is activated only when needed to avoid duplicate EventSystem warnings in the Console

v1.5.5

11 May 08:32

Choose a tag to compare

Fixed ClassNotFound exception on Android

v1.5.4

25 Apr 06:36

Choose a tag to compare

Bugfix for Denied permission on Android 11 and later