is there any easy way (drag/drop) for the player to bring sound files in while the game runs?
so I’m not looking for the Resources folder where he could drop a file.
more of a kind of GUI slot where he could drop a file or browse for a file.
thx
J.
Converted to answer, because that's what it is. And it's what I linked to half an hour ago.
– DaveAthx for the answers, is a browse pop up in unity GUI possible for this?
– jisterYeah, you can make a folder browser by using
– AVividLightSystem.IO. It would probably be easiest to useSystem.IO.Directory.GetDirectories.