> One more question regarding this. Is it OK to have many instances of 
> AudioClip or MediaPlayer if only a few of them actually play stuff or do they 
> block audio resources even when they are stopped?

You can have as many as memory will allow :) They don’t tie up hardware 
resources until actually playing. I actually recommend pre-loading AudioClips 
to avoid startup latency, especially if they’re fetched remotely.

-DrD-

Reply via email to