Warning for anyone trying to loading audio files using WWW

Unity 3.4 fixes the bug where loading audio files using the WWW class wouldn’t work. To save anyone out there trying to do this some time (I lost some hair over this one) it appears that trying to access the audio clip using www.audioClip will not work though using www.GetAudioClip( false ) will work. I am guessing that www.audioClip is defaulting to 3D sound which doesn’t play. Hopefully this saves someone some time.

Nice tip. Thanks, Mike.