Shenith Sandeepa
Shenith Sandeepa

Reputation: 516

Error comes when importing a audio file to Unity 2020.1

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

Answers (2)

Dmitry Podlepich
Dmitry Podlepich

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

phill_katz
phill_katz

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

Related Questions