Releases: thedoritos/unimgpicker
Releases · thedoritos/unimgpicker
2.0.0
Picker V2
Picker V1 has some issues related on metadata of the picked image.
The main change in V2 is to return a copy of the original image, and it will allow you to read metadata directly from the image.
See #44 for more detailed information.
💥 Breaking changes
- Unimgpicker returns a copy of the original image
- Image resizing with maxSize is disabled
- Plugin's format is changed from Android Library to JAR
🐛 Bug fixes
- Image picker won't open after it is dismissed by pulling down (due to iOS 13's modal presentation style)
Unity 2019.3.0a2 support
Fixed build issues on the latest Unity.
See #31 for more info.
Fix image rotation
We are working on the image rotation bug 🐛 reported on issue #5
This branch also includes Gradle build support 🐘