Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

'Sharing' photo's to Unity

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

  1. MaskedMouse

    MaskedMouse

    Joined:
    Jul 8, 2014
    Posts:
    1,057
    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?