Skip to content

Tags: zorinia/UnitySimpleFileBrowser

Tags

v1.4.7

Toggle v1.4.7's commit message
Filename input field isn't cleared while switching folders in file se…

…lection mode

v1.4.6

Toggle v1.4.6's commit message
SD cards weren't listed on some Android devices, attempted to fix it

v1.4.5

Toggle v1.4.5's commit message
Embedded proguard.txt file to AAR library which should get rid of Cla…

…ssNotFoundExceptions automatically

v1.4.4

Toggle v1.4.4's commit message
Added new Input System support (requires manual modifications, see do…

…cumentation)

v1.4.3

Toggle v1.4.3's commit message
If multi-selection mode is activated by pressing&holding a file **in …

…file selection mode**, folders' toggles will no longer be visible

v1.4.2

Toggle v1.4.2's commit message
Typo... An annoying little sneaky typo.............

v1.4.1

Toggle v1.4.1's commit message
- Added FileBrowser.DrivesRefreshInterval to refresh the list of driv…

…es at a regular interval so that USB drives can be detected at runtime. By default, this value is 5 seconds on standalone platforms and no refresh will be performed on mobile platforms

- Renamed "Pick Folder" to "Browse..." on Android 10+ (Storage Access Framework)

v1.4.0

Toggle v1.4.0's commit message
AllFilesFilterText, FoldersFilterText and PickFolderQuickLinkText can…

… now be changed after the file browser is initialized, as well

v1.3.9

Toggle v1.3.9's commit message
- Changed folderMode parameter to pickMode that supports picking file…

…s and folders simultaneously

- Added optional initialFilename parameter to prefill the filename input field
- Files and folders are now sorted by their names (they weren't automatically sorted on some platforms)
- Made AllFilesFilterText, FoldersFilterText and PickFolderQuickLinkText properties public static so that these labels can be localized or customized
- Write External Storage permission is now added automatically on Android (no manual setup is needed)

v1.3.7

Toggle v1.3.7's commit message
File browser no longer throws ArgumentException when entered filename…

… contains invalid characters; filename input field turns red instead