Reputation: 516
When I importing a audio file (mp3) to unity (2020.1.6f1) this error comes.
Unknown platform passed to AudioImporter.ContainsSampleSettingsOverride (WSA), please use one of 'Web', 'Standalone', 'iOS', 'Android', 'WebGL', 'PS4', 'XboxOne' or 'WSA'
Upvotes: 0
Views: 3498
Reputation: 1
I set up all settings in Universal Windows Platform according to my system and this error has gone after relaunch Unity. It seems you can fix that without reinstalling.Build settings
Upvotes: 0
Reputation: 11
My fix was just uninstalling and then re-installing Unity this time making sure NOT to install the Universal Windows Platform build support. I opened the project again and this error was gone including any problems with additional .wav or .mp3 files being added. If you don't need to release on the UWP, then this might be a working solution.
Upvotes: 1