Hi there!
I am developing a game now, which is designed to let players to personalize the game.
And I am wondering if it is possible to allow players to import their own music to be the background music when they are playing the game.
Anyone know about this?
Thanks in advance!
Unity doesn't have any support for MP3 (except for iOS/Android), so it has to be Ogg Vorbis format, which you can load with the WWW class (can use "file://" instead of "http://").
heres a thought,
background music is always playing right,
in order to hear things a player has to be close to an audio source right,
so what if you put an audio source on your player with that mp3 looping
+tweek it with code to make it cleaner