Skip to content

Releases: yasirkula/UnityNativeCamera

v1.4.3

09 Mar 09:06
Compare
Choose a tag to compare

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

v1.4.2

14 Nov 21:02
Compare
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
Compare
Choose a tag to compare

v1.4.0

13 Jul 16:39
Compare
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
Compare
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
Compare
Choose a tag to compare

Bugfix for LoadImageAtPathAsync and GetVideoThumbnailAsync

v1.3.7

10 Dec 16:27
Compare
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
Compare
Choose a tag to compare

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

v1.3.3

25 Apr 06:36
Compare
Choose a tag to compare
Bugfix for Denied permission on Android 11 and later

v1.3.2

15 Jan 07:54
Compare
Choose a tag to compare

Fixed a harmless NumberFormatException (it was already catched but now it's not thrown at all)