usfxr
usfxr copied to clipboard
'AudioClip' does not contain a constructor that takes 0 arguments
Into the SfxrAudioPlayer.cs there is an error that doesn't let work properly the script.
In the line 53
soundSource.clip = new AudioClip();
Change with
soundSource.clip = null;
All works perfectly