I am making a game that generates gameplay based on a music track that is playing. I want players to be able to put their own music files in some folder and the game to dynamically load these when launched.
I tried using the Resources.LoadAll() function, but this requires the music files to be present during the build: obviously not what I want. I also don’t wish to use the WWW class.
How would I go about doing this?