ABSTRACT

Unity can import the following audio formats for use as audio sources within our projects: aif, wav, mp3, and ogg. Unity will also support tracker modules, which are similar to MIDI files in that they can contain multiple instruments and scoring information, in the following formats: it, s3m, xm, and mod. Generally speaking, unless you have a leaning toward music and audio, you will only need the general audio formats that were first mentioned and will not need to worry about the Tracker modules, though it is nice to know that they are supported if and when you decide to advance your audio skills and knowledge. We will look at importing audio clips into our project later in this chapter.