Search Unity

'Sharing' photo's to Unity

Discussion in 'General Discussion' started by MaskedMouse, Oct 7, 2016.

  1. MaskedMouse

    MaskedMouse

    Joined:
    Jul 8, 2014
    Posts:
    1,092
    Hello,

    I am trying to find a way for iOS and Android to share photo's (copy them) to my Unity App.
    Basically you can share photo's and open them with facebook, mail, whatsapp, twitter etc.
    When I press that share button I want to copy that image somewhere into the Application.persistentDataPath
    so I can access it within the Unity App.

    Does anyone know how to do this?