Tags: dev-medroom/UnityNativeGallery
Tags
Fixed picked image file not having an extension on iOS 13 (yasirkula#93)
- Fixed saved images sometimes having wrong orientation on Samsung de… …vices' galleries - Fixed yasirkula#83 - Fixed yasirkula#82 - Fixed yasirkula#81
IMPORTANT: don't use {0} in filenameFormatted anymore, NativeGallery …
…will now always ensure a unique filename.
- When picking images on iOS, NativeGallery attempts to copy the original image instead of encoding the picked image as PNG. This way, it is possible to pick e.g. GIF images and preserve the image's EXIF metadata
- Fixed issue with picking videos on iOS 13+
- Fixed scoped storage issues on Android 10
- Fixed iOS build error on Unity 2019.3
- Popup on iPads should now be centered properly most of the time
- Videos picked from Photos are now processed faster on iOS 11+
- SaveImageToGallery/SaveVideoToGallery are no longer emulated on Editor (a file is not saved), a message is logged to the console instead
- Added experimental Audio functions to NativeGallery. They may work on only Android and are not officially supported. You need to change their visibility from private to public in order to use them