Skip to content

Releases: yasirkula/UnitySimpleFileBrowser

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…

v1.3.9

29 Nov 13:37
Compare
Choose a tag to compare
- Changed folderMode parameter to pickMode that supports picking file…

v1.3.7

22 Nov 10:20
Compare
Choose a tag to compare
File browser no longer throws ArgumentException when entered filename…

v1.3.6

02 Nov 15:41
Compare
Choose a tag to compare
Fixed performance issues that occur when selecting lots of files

v1.3.5

27 Oct 20:35
Compare
Choose a tag to compare
- Added context menu that can be opened in 2 ways: a) right clicking …

v1.3.1

04 Sep 13:53
Compare
Choose a tag to compare

Quick links fixes for Mac OS