Skip to content

Releases: yasirkula/UnityNativeGallery

v1.9.0

07 Apr 18:56
Compare
Choose a tag to compare
  • BREAKING CHANGE: CheckPermission returns bool instead of Permission (see yasirkula/UnityAndroidRuntimePermissions#14)
  • BREAKING CHANGE: Replaced RequestPermission with RequestPermissionAsync (see #343)
  • BREAKING CHANGE: Removed CanOpenSettings since it's now always true
  • Updated Unity version to 2021.3.41f1 (simplified codebase accordingly)
  • iOS frameworks are now added properly instead of changing OTHER_LDFLAGS
  • Fixed Xcode compiler warnings

v1.8.1

10 Aug 17:13
Compare
Choose a tag to compare

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

08 Mar 21:05
Compare
Choose a tag to compare

Potential fix for #313 ("No such proxy method" error)

v1.7.9

18 Jan 09:02
Compare
Choose a tag to compare

Fixed RequestPermissionAsync not working on iOS

v1.7.8

09 Dec 15:24
Compare
Choose a tag to compare
  • 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

14 Nov 21:01
Compare
Choose a tag to compare
  • Fixed crash when using LoadImageAtPathAsync on newer Unity versions (fixed #302)
  • Potential fix for IllegalStateException on Android

v1.7.6

28 Oct 10:47
Compare
Choose a tag to compare

v1.7.5

17 Aug 21:05
Compare
Choose a tag to compare

Fixed #288

v1.7.4

13 Jul 16:39
Compare
Choose a tag to compare

Added async variants of RequestPermission function that don't freeze the app unnecessarily

v1.7.3

11 Jul 22:02
Compare
Choose a tag to compare

No permission will be asked on Android 14+ devices because partial media access permissions are confusing for the end-user