Releases: yasirkula/UnityNativeGallery
Releases · yasirkula/UnityNativeGallery
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
v1.7.1
- Fixed Denied permission issue on Android 13 and later
- Potential fix for saved images not appearing in Gallery immediately on some Android devices
v1.7.0
Added asynchronous LoadImageAtPathAsync and GetVideoThumbnailAsync functions (requires 2018.4 or later)
v1.6.7
Fixed crashes on at least some Android devices while picking files
v1.6.6
- Fixed "null" path issue on Android 11 MIUI devices
- When a large image/video is picked and it needs to be copied to the app's cache directory, a progressbar will be displayed instead of freezing the screen until the copy operation is completed (fixes #226)
v1.6.5
Fixed GetVideoProperties returning wrong 'rotation' in some languages