Skip to content

Releases: yasirkula/UnitySimpleFileBrowser

v1.6.6

09 Mar 09:06
Compare
Choose a tag to compare

Fixed rare "No such proxy method" error for native callback functions

v1.6.5

10 Feb 11:09
Compare
Choose a tag to compare
  • Moved most UnityEvent registrations to the code (it fixes InputField.OnEndEdit being changed to InputField.OnSubmit on latest Unity versions, see: yasirkula/UnityTextToTextMeshProUpgradeTool#2)
  • Minor memory optimization in RecycledListView
  • Attempted to simplify the example code

v1.6.4

14 Nov 21:03
Compare
Choose a tag to compare

Potential fix for IllegalStateException on Android

v1.6.3

09 Nov 17:53
Compare
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
Compare
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
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