- Home /
Question by
chillypacman · Nov 19, 2011 at 05:17 AM ·
c#audiosound
Play audio from directory?
I have a sounds folder with tonnes of sounds in it, I was wondering if there was a way to play any given sound by just calling PlaySound(string directory) or osmething like that..
Comment
You'd have to use Resources.Load first. Unity needs to have an asset in its system before it can be used like that.
Your answer
Follow this Question
Related Questions
How to loop a sound clip on a ButtonDown function 1 Answer
How to start a sound not from it's start ? 2 Answers
How to dynamically play audio from a folder? 0 Answers
Audio Play Once 2 Answers
Strange Bug or Code Error with footsteps? -1 Answers