Voice Overs... How to???

i just want to know if i can import mp3 files and get a script to have characters talk during a cut scene.

1 Answer

1

Yes. MP3 files and WAV files import fine. Here's a link to the scripting reference.

myFile : AudioClip;

audio.PlayOneShot(myFile);