Skip to content

Releases: yasirkula/UnitySimpleFileBrowser

v1.5.1

28 Oct 19:54
Compare
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
Compare
Choose a tag to compare
- Added skins! Create new skins via "yasirkula-SimpleFileBrowser-UI S…

v1.4.7

20 May 08:00
Compare
Choose a tag to compare
Filename input field isn't cleared while switching folders in file se…

v1.4.6

06 May 07:57
Compare
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
Compare
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
Compare
Choose a tag to compare
Added new Input System support (requires manual modifications, see do…

v1.4.3

26 Jan 12:39
Compare
Choose a tag to compare
If multi-selection mode is activated by pressing&holding a file **in …

v1.4.2

19 Jan 16:45
Compare
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
Compare
Choose a tag to compare
- Added FileBrowser.DrivesRefreshInterval to refresh the list of driv…

v1.4.0

02 Dec 14:48
Compare
Choose a tag to compare
AllFilesFilterText, FoldersFilterText and PickFolderQuickLinkText can…