Symptoms
- I want to import an Audio Asset into my game.
- I want to know which audio format I should use.
Cause
You want to use an Audio Asset in Unity and you would like to know which audio formats are supported in the editor.
Resolution
Unity supports importing the following audio file formats:
- .aif
- .wav
- .mp3
- .ogg
The following tracker module file formats are also supported:
- .xm
- .mod
- .it
- .s3m
The tracker module assets behave like any other audio asset in Unity, although no waveform preview is available in the asset import inspector.
More Information
For more information on audio clips then see this document: Audio Clip
For more information on tracker modules then see this document: Tracker Modules
Comments
0 comments
Article is closed for comments.