- Home /
Unity accessing to gallery photo of android device
through unity I have to go to the image gallery of the Android devices in order to select the photo and then use them as textures in my game. I read that you have to use eclipse. Does anyone know tell me how to move on? I'd like to follow a guide without having to download plugins. Thank you :)
Here is a nice plugin to pick image and video from native gallery of Android and iOS.
http://unitydevelopers.blogspot.in/2015/05/image-video-and-contact-picker-image.html
Answer by FunRobDev · May 02, 2019 at 05:38 PM
A FREE native Unity plugin to interact with Gallery/Photos on Android & iOS (save and/or load images/videos) :
https://github.com/yasirkula/UnityNativeGallery
I checked, works in Unity 2019.1.0f2 & Android 4.4 Easy to understand the example codes.
Thanks for Yasirkula
Answer by tanoshimi · Aug 17, 2015 at 06:02 AM
If you don't want to download a plugin, then you have to write a plugin yourself. http://forum.unity3d.com/threads/android-gallery-on-unity3d.128668/
Your answer
Follow this Question
Related Questions
Photo image/gallery 0 Answers
Unity UI photo gallery 0 Answers
How to save a image in photo gallery of Android 3 Answers
Grab image and display on plane 1 Answer