Import audio files into your Unity project to include custom sounds in your Unity applications.
For a list of the various audio file types Unity supports, refer to Audio file format compatibility.
There are multiple ways to import an audio file into your Unity project. Choose one of the following:
To use the menu to add your audio file to Unity:
Unity imports your audio file into your project as an Audio ClipA container for audio data in Unity. Unity supports mono, stereo and multichannel audio assets (up to eight channels). Unity can import .aif, .wav, .mp3, and .ogg audio file format, and .xm, .mod, .it, and .s3m tracker module formats. More info
See in Glossary.
Assets
folder (Project tab) More infoUnity imports your audio file into your project as an Audio Clip.