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
Multiple SMS dialogue with RT-Voice integration.
Re: Multiple SMS dialogue with RT-Voice integration.
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.
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.
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.
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.
Glad to help!