Releases: yasirkula/UnityNativeGallery
Releases · yasirkula/UnityNativeGallery
v1.8.1
On Android 33+, it's now possible to preserve access to the picked images after the app is restarted but it isn't recommended (see the relevant FAQ entry)(#328)
v1.8.0
Potential fix for #313 ("No such proxy method" error)
v1.7.9
Fixed RequestPermissionAsync not working on iOS
v1.7.8
- Fixed permission not being asked in an edge case on Android (it's strongly recommended to use RequestPermissionAsync)
- Fixed build error if PhotosUI framework was added explicitly on iOS
v1.7.7
- Fixed crash when using LoadImageAtPathAsync on newer Unity versions (fixed #302)
- Potential fix for IllegalStateException on Android
v1.7.4
Added async variants of RequestPermission function that don't freeze the app unnecessarily
v1.7.3
No permission will be asked on Android 14+ devices because partial media access permissions are confusing for the end-user
v1.7.2
- Bugfix for LoadImageAtPathAsync and GetVideoThumbnailAsync
- Closed #274