- Home /
can Unity Play WMA sound files?
i wanna know because when i imported it to unity the icon was a white background with a blue music note, and in tutorials a sdound icon is a little bullhorn with 3 sound waves! Can someone help? thanks!
drag it one a game object and put audio.Play() in a script.
Answer by Bampf · Aug 23, 2010 at 01:24 AM
Unity supports importing the following audio file formats: .aif, .wav, .mp3, and .ogg (info from the Unity documentation on Audio Files.)
Version 3 of Unity will add the ability to play MOD files.
Edit: Of course, you have the option of converting the files yourself into one of the supported formats. Lots of free software will do this for you, including iTunes (make sure you've set it to convert to MP3 instead of AAC before importing.)
Answer by bgprocks · Jul 31, 2017 at 08:02 PM
did you try playing it in unity. Should be able to select the file in the project files section, and click the play button in the lower left.
Your answer
