Releases: yasirkula/UnityNativeCamera
Releases · yasirkula/UnityNativeCamera
v1.4.4
Fixed RecordVideo returning null path on some devices (#120)
v1.4.3
Fixed rare "No such proxy method" error for native callback functions
v1.4.2
- Fixed crash when using LoadImageAtPathAsync on newer Unity versions
- Potential fix for IllegalStateException on Android
v1.4.0
Added async variants of RequestPermission function that don't freeze the app unnecessarily
v1.3.9
- 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
Bugfix for LoadImageAtPathAsync and GetVideoThumbnailAsync
v1.3.7
- Fixed Denied permission issue on Android 13 and later
- It's more likely that the Android device will respect PreferredCamera.Front
v1.3.5
Added asynchronous LoadImageAtPathAsync and GetVideoThumbnailAsync functions (requires 2018.4 or later)
v1.3.3
Bugfix for Denied permission on Android 11 and later