Releases: yasirkula/UnitySimpleFileBrowser
Releases · yasirkula/UnitySimpleFileBrowser
v1.6.6
v1.6.5
- Moved most UnityEvent registrations to the code (it fixes InputField.OnEndEdit being changed to InputField.OnSubmit on latest Unity versions, see: yasirkula/UnityTextToTextMeshProUpgradeTool#2)
- Minor memory optimization in RecycledListView
- Attempted to simplify the example code
v1.6.4
v1.6.3
v1.6.2
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