Skip to content

Releases: yasirkula/UnityNativeCamera

v1.5.0

07 Apr 18:56

Choose a tag to compare

  • BREAKING CHANGE: CheckPermission returns bool instead of Permission (see yasirkula/UnityAndroidRuntimePermissions#14)
  • BREAKING CHANGE: Replaced RequestPermission with RequestPermissionAsync (see yasirkula/UnityNativeGallery#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.4.4

24 Jun 10:25

Choose a tag to compare

Fixed RecordVideo returning null path on some devices (#120)

v1.4.3

09 Mar 09:06

Choose a tag to compare

Fixed rare "No such proxy method" error for native callback functions

v1.4.2

14 Nov 21:02

Choose a tag to compare

  • Fixed crash when using LoadImageAtPathAsync on newer Unity versions
  • Potential fix for IllegalStateException on Android

v1.4.1

28 Oct 10:47

Choose a tag to compare

v1.4.0

13 Jul 16:39

Choose a tag to compare

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

v1.3.9

11 Jul 22:02

Choose a tag to compare

  • No media permission will be asked on Android 14+ devices because partial media access permissions are confusing for the end-user
  • Fixed RequestPermission sometimes not working when the Camera permission was reset via Settings

v1.3.8

24 Mar 20:28

Choose a tag to compare

Bugfix for LoadImageAtPathAsync and GetVideoThumbnailAsync

v1.3.7

10 Dec 16:27

Choose a tag to compare

  • Fixed Denied permission issue on Android 13 and later
  • It's more likely that the Android device will respect PreferredCamera.Front

v1.3.5

22 Sep 21:19

Choose a tag to compare

Added asynchronous LoadImageAtPathAsync and GetVideoThumbnailAsync functions (requires 2018.4 or later)