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
1Yes. MP3 files and WAV files import fine. Here's a link to the scripting reference.
myFile : AudioClip;
audio.PlayOneShot(myFile);
i just want to know if i can import mp3 files and get a script to have characters talk during a cut scene.
Yes. MP3 files and WAV files import fine. Here's a link to the scripting reference.
myFile : AudioClip;
audio.PlayOneShot(myFile);