Multiple SMS dialogue with RT-Voice integration.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
lakshman
Posts: 7
Joined: Fri Feb 25, 2022 3:38 am

Multiple SMS dialogue with RT-Voice integration.

Post 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
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

Re: Multiple SMS dialogue with RT-Voice integration.

Post 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.
lakshman
Posts: 7
Joined: Fri Feb 25, 2022 3:38 am

Re: Multiple SMS dialogue with RT-Voice integration.

Post 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.
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

Re: Multiple SMS dialogue with RT-Voice integration.

Post by Tony Li »

Glad to help!
Post Reply