Hello. So I am trying to figure out how to make it so when you press a button, it will open your gallery on iPhone devices and Android devices. Once the gallery opens you should be able to click on a picture and it will either replace the buttons image with the picture or place the picture exactly where the button is. So if you want to change the picture, you can just press on it and it will open up the gallery allowing you to choose a different image. Does anyone know how to do this? If so, can you help me out?
Pictures provided:
This is the button for “Select Image”. This is where I want the image to be displayed after you choose one.
For that you need a native plugin on ios or android which can communicate directly to the phone system to open the gallery, and then return a array of bytes to you corresponding to the picture you want to display.
If you have knowledges with ios or android development, you can write your own plugin and see how to do it on : Unity - Manual: Native plug-ins.
Hmm. Alright. Sorry for the late reply. Do you think you could help me out with this? Maybe on Skype or something? I don’t mean talking with a mic, I mean just typing on there. By “this” I mean the open gallery thing. If it’s easy to do without creating a plugin, or unless there already is one.