Releases: yasirkula/UnityNativeFilePicker
Releases · yasirkula/UnityNativeFilePicker
v1.4.1
18 May 10:22
Compare
Sorry, something went wrong.
No results found
Fixed ExportFile not always truncating the overwritten file (fixed #61 )
v1.4.0
07 Apr 18:56
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGE: CheckPermission returns bool instead of Permission (see yasirkula/UnityAndroidRuntimePermissions#14 )
BREAKING CHANGE: Replaced RequestPermission with RequestPermissionAsync (see yasirkula/UnityNativeGallery#343 )
Updated Unity version to 2021.3.41f1 (simplified codebase accordingly)
iOS frameworks are now added properly instead of changing OTHER_LDFLAGS
Fixed Xcode compiler warnings
v1.3.5
24 Aug 14:14
Compare
Sorry, something went wrong.
No results found
Added native PermissionFreeMode flag on Android to skip permission dialog (not recommended)
Added some more native Android logs to help debug certain scenarios
v1.3.4
09 Mar 09:06
Compare
Sorry, something went wrong.
No results found
Fixed rare "No such proxy method" error for native callback functions
v1.3.3
09 Dec 15:24
Compare
Sorry, something went wrong.
No results found
If no allowedFileTypes is specified, all files can be selected
ConvertExtensionToFileType throws an exception for "/ " input (very common mistake, see FAQ)
Fixed permission not being asked in an edge case on Android (it's strongly recommended to use RequestPermissionAsync)
v1.3.2
14 Nov 21:03
Compare
Sorry, something went wrong.
No results found
Potential fix for IllegalStateException on Android
v1.3.1
12 Jul 14:18
Compare
Sorry, something went wrong.
No results found
Added async variants of RequestPermission function that don't freeze the app unnecessarily
Fixed a native IllegalStateException
v1.3.0
10 Dec 15:50
Compare
Sorry, something went wrong.
No results found
Fixed Denied permission issue on Android 13 and later
Added params keyword to PickFile.allowedFileTypes parameter
v1.2.9
25 Apr 06:36
Compare
Sorry, something went wrong.
No results found
Bugfix for Denied permission on Android 11 and later
v1.2.8
15 Jan 07:52
Compare
Sorry, something went wrong.
No results found
Fixed crashes on at least some Android devices while picking files (#18)