Skip to content

Releases: yasirkula/UnitySimpleFileBrowser

v1.6.1

17 Aug 20:39
Compare
Choose a tag to compare

Fixed native reflection warnings in #84

v1.6.0

01 Apr 16:02
Compare
Choose a tag to compare

Fixed EventSystem warnings being spammed when loading a scene additively

v1.5.9

01 Feb 18:02
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Fixed ClassNotFound exception on Android

v1.5.4

25 Apr 06:36
Compare
Choose a tag to compare
Bugfix for Denied permission on Android 11 and later

v1.5.3

19 Jan 05:47
Compare
Choose a tag to compare
Added timeout for Directory.Exists on Windows because it can stall th…

v1.5.2

08 Jan 13:16
Compare
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