Releases: yasirkula/UnitySimpleFileBrowser
Releases · yasirkula/UnitySimpleFileBrowser
v1.5.2
- 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
v1.5.1
v1.5.0: Skin update
- Added skins! Create new skins via "yasirkula-SimpleFileBrowser-UI S…
v1.4.7
v1.4.6
v1.4.5
v1.4.4: New Input System compatibility
Added new Input System support (requires manual modifications, see do…
v1.4.3
v1.4.2
- 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