Search Unity

DragAndDrop in a finished app?

Discussion in 'Editor & General Support' started by chilton, Feb 5, 2020.

  1. chilton

    chilton

    Joined:
    May 6, 2008
    Posts:
    564
    Hi,

    The DragAndDrop code is great in editor, but what if we want to implement DnD in a finished app?

    Is there a way to do this?

    If not, could it be done through a plugin?

    I want to be able to drop files on my app and get the path to the file from inside the app.

    Thank you!
    -Chilton