hi everyone. i’m trying to figure out one possible solution to have my character talking reading a phoneme txt and playng a wav file loaded at runtime and not embedded into the project itself.
is something possible to achive in unity?
thank you
1 Answer
1I dont believe you can if you want your character to talk then make a .wav file of someone speaking the lines in audacity or whatever then import it into your project so you can use it there.make a script so you can time it right too and im sure it will work just as well.
The sound (wav) file must be imported into your project before you can use it.
– anon55762765