I'm getting the following 3 errors after updating my RadioPRO
Assets/Plugins/crosstales/Radio/Scripts/RadioPlayer.cs(45,24): error CS0433: The imported type `NLayer.MpegFile' is defined multiple times
Assets/Plugins/crosstales/Radio/Scripts/RadioPlayer.cs(46,29): error CS0433: The imported type `NAudio.Wave.Mp3FileReader' is defined multiple times
Assets/Plugins/crosstales/Radio/Scripts/RadioPlayer.cs(47,25): error CS0433: The imported type `NVorbis.VorbisReader' is defined multiple times,I now get the following 3 errors
Assets/Plugins/crosstales/Radio/Scripts/RadioPlayer.cs(45,24): error CS0433: The imported type `NLayer.MpegFile' is defined multiple times
Assets/Plugins/crosstales/Radio/Scripts/RadioPlayer.cs(46,29): error CS0433: The imported type `NAudio.Wave.Mp3FileReader' is defined multiple times
Assets/Plugins/crosstales/Radio/Scripts/RadioPlayer.cs(47,25): error CS0433: The imported type `NVorbis.VorbisReader' is defined multiple times
↧