Page 1 of 1

Multiple SMS dialogue with RT-Voice integration.

Posted: Thu May 12, 2022 11:51 am
by lakshman
Hi Tony,

In our project we want multiple SMS interface to be handled by different character. I have added the multiple instances of SMS UI using SMSconversationhandler.cs and also added RT-Voice component for voice generation.
But when we play the scene not able to generate the voice. Please let us know how to fix it.

Thank you,
Lakshman

Re: Multiple SMS dialogue with RT-Voice integration.

Posted: Thu May 12, 2022 1:06 pm
by Tony Li
Hi,

First, let's make sure RT-Voice is working in your project. Please confirm that the Dialogue System's RT-Voice integration "RTVoice Example" scene works correctly and plays voices.

If so, then make sure your character GameObjects have RTVoiceActor components. If you haven't set up GameObjects for your characters yet, you can create an empty GameObject. Add a Dialogue Actor component and set the Actor dropdown. Then add an RTVoiceActor component.

Re: Multiple SMS dialogue with RT-Voice integration.

Posted: Mon May 16, 2022 11:55 pm
by lakshman
Hi Tony,

Thank you for helping me to fix the issue. After adding dialogue actor component and setting up the actor from drop down the issue has been fixed.

Thank you.

Re: Multiple SMS dialogue with RT-Voice integration.

Posted: Tue May 17, 2022 7:48 am
by Tony Li
Glad to help!