tag:github.com,2008:https://github.com/yasirkula/UnityNativeCamera/releases Release notes from UnityNativeCamera 2025-04-07T18:46:25Z tag:github.com,2008:Repository/131913440/v1.5.0 2025-04-07T18:56:09Z v1.5.0 <ul> <li>BREAKING CHANGE: CheckPermission returns bool instead of Permission (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1718227507" data-permission-text="Title is private" data-url="https://github.com/yasirkula/UnityAndroidRuntimePermissions/issues/14" data-hovercard-type="issue" data-hovercard-url="/yasirkula/UnityAndroidRuntimePermissions/issues/14/hovercard" href="https://github.com/yasirkula/UnityAndroidRuntimePermissions/issues/14">yasirkula/UnityAndroidRuntimePermissions#14</a>)</li> <li>BREAKING CHANGE: Replaced RequestPermission with RequestPermissionAsync (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="8116550" data-permission-text="Title is private" data-url="https://github.com/yasirkula/UnityNativeGallery/discussions/343" data-hovercard-type="discussion" data-hovercard-url="/yasirkula/UnityNativeGallery/discussions/343/hovercard" href="https://github.com/yasirkula/UnityNativeGallery/discussions/343">yasirkula/UnityNativeGallery#343</a>)</li> <li>BREAKING CHANGE: Removed CanOpenSettings since it's now always true</li> <li>Updated Unity version to 2021.3.41f1 (simplified codebase accordingly)</li> <li>iOS frameworks are now added properly instead of changing OTHER_LDFLAGS</li> <li>Fixed Xcode compiler warnings</li> </ul> yasirkula tag:github.com,2008:Repository/131913440/v1.4.4 2024-06-24T10:25:34Z v1.4.4 <p>Fixed RecordVideo returning null path on some devices (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2305522380" data-permission-text="Title is private" data-url="https://github.com/yasirkula/UnityNativeCamera/issues/120" data-hovercard-type="issue" data-hovercard-url="/yasirkula/UnityNativeCamera/issues/120/hovercard" href="https://github.com/yasirkula/UnityNativeCamera/issues/120">#120</a>)</p> yasirkula tag:github.com,2008:Repository/131913440/v1.4.3 2024-03-09T09:06:51Z v1.4.3 <p>Fixed rare "No such proxy method" error for native callback functions</p> yasirkula tag:github.com,2008:Repository/131913440/v1.4.2 2023-11-14T21:02:21Z v1.4.2 <ul> <li>Fixed crash when using LoadImageAtPathAsync on newer Unity versions</li> <li>Potential fix for IllegalStateException on Android</li> </ul> yasirkula tag:github.com,2008:Repository/131913440/v1.4.1 2023-10-28T10:47:10Z v1.4.1 <ul> <li>Removed the new READ_MEDIA permissions: <a href="https://support.google.com/googleplay/android-developer/answer/13986130" rel="nofollow">https://support.google.com/googleplay/android-developer/answer/13986130</a></li> <li>Camera Usage Description doesn't override Xcode setting if it's empty</li> </ul> yasirkula tag:github.com,2008:Repository/131913440/v1.4.0 2023-07-13T16:39:19Z v1.4.0 <p>Added async variants of RequestPermission function that don't freeze the app unnecessarily</p> yasirkula tag:github.com,2008:Repository/131913440/v1.3.9 2023-07-11T22:05:06Z v1.3.9 <ul> <li>No media permission will be asked on Android 14+ devices because partial media access permissions are confusing for the end-user</li> <li>Fixed RequestPermission sometimes not working when the Camera permission was reset via Settings</li> </ul> yasirkula tag:github.com,2008:Repository/131913440/v1.3.8 2023-03-24T20:28:09Z v1.3.8 <p>Bugfix for LoadImageAtPathAsync and GetVideoThumbnailAsync</p> yasirkula tag:github.com,2008:Repository/131913440/v1.3.7 2022-12-10T16:27:58Z v1.3.7 <ul> <li>Fixed Denied permission issue on Android 13 and later</li> <li>It's more likely that the Android device will respect PreferredCamera.Front</li> </ul> yasirkula tag:github.com,2008:Repository/131913440/v1.3.5 2022-09-22T21:19:00Z v1.3.5 <p>Added asynchronous LoadImageAtPathAsync and GetVideoThumbnailAsync functions (requires 2018.4 or later)</p> yasirkula