A native Unity plugin to interact with Gallery/Photos on Android & iOS (save and/or load images/videos)
Stars
1.6k
Forks
215
Watchers
1.6k
Open Issues
49
Overall repository health assessment
Fixed GetImageFromGallery's callback returning null on Meizu 18X (fixed #348)
be4007eView on GitHubFixed SaveImageToGallery not always truncating the overwritten file (see https://github.com/yasirkula/UnityNativeFilePicker/issues/61)
57ef7fcView on GitHub- BREAKING CHANGE: CheckPermission returns bool instead of Permission (see https://github.com/yasirkula/UnityAndroidRuntimePermissions/issues/14)
f8f591eView on GitHubOn 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)
8bb2dbdView on GitHubFixed permission not being asked in an edge case on Android (it's strongly recommended to use RequestPermissionAsync)
705dabfView on GitHubFixed build error if PhotosUI framework was added explicitly on iOS
f70766dView on GitHubFixed crash when using LoadImageAtPathAsync on newer Unity versions (fixed #302)
095ca3fView on GitHubRemoved the new READ_MEDIA permissions: https://support.google.com/googleplay/android-developer/answer/13986130
4516d91View on GitHubPhoto Library Usage Description doesn't override Xcode setting if it's empty
e3428e7View on GitHub