Hi everyone. I have an odd question.
Is it possible to use unity to make a program that lets you drag and drop files into the exported “game” you made?
Basically,
Can you make a white board program using unity?
Something for creating mood boards or recreating something like trello or milanote?
Based on a quick web search, this is going to be difficult, because drag and drop of files is handled by the OS and receiving files this way requires responding to a specific windows system message… and I don’t see an already implemneted way to implement this message in unity.
There’s this, but this is unstable and not exactly using documented functionality: