- Home /
Question by
CookieSteve · Dec 20, 2016 at 09:57 AM ·
audioaudiosourceloadaudioclipexternal files
Is it possible to load external audio files during a game?
I know that it's possible to load external image files and text files into Unity via methods like Texture2D.LoadImage and StreamReader. However, does an option like that exist for audio files?
Comment