gtreshchev / AudioAnalysisTools

Audio Analysis Tools plugin for Unreal Engine. Provides a variety of functions for analyzing audio data. Works in conjunction with the Runtime Audio Importer plugin.
MIT License
101 stars 17 forks source link

Build error With audio analysis tools #11

Closed liyuhack closed 1 year ago

liyuhack commented 1 year ago

Hello bro.....when i try to build my project that contains audio analysis tools plugin , it returns this error

UATHelper: Packaging (Windows (64-bit)):   c:\Program Files\Epic Games\UE_4.27\Engine\Plugins\Marketplace\RuntimeAudioImporter\Source\RuntimeAudioImporter\RuntimeAudioImporter.Build.cs(7,14) : error CS0101: The namespace '<global namespace>' already contains a definition for 'RuntimeAudioImporter'
UATHelper: Packaging (Windows (64-bit)):   c:\Program Files\Epic Games\UE_4.27\Engine\Plugins\Marketplace\RuntimeAudioImporter\Source\RuntimeAudioImporterEditor\RuntimeAudioImporterEditor.Build.cs(5,14) : error CS0101: The namespace '<global namespace>' already contains a definition for 'RuntimeAudioImporterEditor'
liyuhack commented 1 year ago

ooo...I solved it by deleting RuntimeAudioImporter plugin from unreal egine installation folder. So ther will not be duplicated file.