yasirkula / UnityNativeGallery

A native Unity plugin to interact with Gallery/Photos on Android & iOS (save and/or load images/videos)
MIT License
1.4k stars 199 forks source link

Photo Picker #332

Open zhouzhuli opened 19 hours ago

zhouzhuli commented 19 hours ago

In order to protect user information, Google will no longer support directly accessing the contents of the album for non-image applications. Instead, it will use the photo picker to retrieve specified photos. Have you considered making corresponding updates? For example, can you choose between the original method or the new method?

yasirkula commented 3 hours ago

NativeGallery uses an Intent to request the image from the gallery app. It doesn't create its own gallery user interface so it doesn't need to have direct access to images. If this method fails in the future, then I shall revise it.