Skip to content

Releases: thedoritos/unimgpicker

2.0.0

09 Aug 09:08
Compare
Choose a tag to compare

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

21 May 14:09
a045593
Compare
Choose a tag to compare

Fixed build issues on the latest Unity.
See #31 for more info.

Fix image rotation

14 Oct 00:51
Compare
Choose a tag to compare
Fix image rotation Pre-release
Pre-release

We are working on the image rotation bug 🐛 reported on issue #5

This branch also includes Gradle build support 🐘