Search Unity

opening a file in unity3d and handling it

Discussion in 'Editor & General Support' started by badescuga9, Jan 8, 2014.

  1. badescuga9

    badescuga9

    Joined:
    Dec 11, 2012
    Posts:
    37
    I wish to create my own file type to use in my app. I have already linked my file type to the ios app https://developer.apple.com/library/ios/qa/qa1587/_index.html but now i need to tell the app to handle the file, so when i open a file that i sent over email, i open it with my app.

    This is where i didn't figure it out yet.

    How can i handle the file that i sent via email in unity3d code?