Releases: yasirkula/UnitySimpleFileBrowser
Releases · yasirkula/UnitySimpleFileBrowser
v1.6.1
v1.6.0
v1.5.9
v1.5.8
v1.5.7
- 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
- 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
v1.5.4
v1.5.3
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