Disable Convai easy & Emotions

Original Discord Post by entropia3d | 2024-10-02 11:14:48

Good Morning, I want to give the player the option to switch from AI to classic conversation and cut the online line.
What would be the best way, which convai component or whatever would I have to disable?
One more question:
The Convai Lypsync Script, I have already created a Viseme Effector List for my custom character. The documentation says that Convai already provides emotions, but there is no further description, can they already be applied? I only see an element list in the script. My character has Emotion Blendshapes.

Reply by k3kalinix | 2024-10-02 11:48:59

Hello <@317236362355015680>,

Create a parent game object and add all Convai related game objects as a child object.

This way, whenever you want to use Convai, you can activate this parent game object.

Reply by k3kalinix | 2024-10-02 11:49:44

Right now we are only showing Emotions but there is no implementation. It is up to the users to use these Emotions.

Reply by k3kalinix | 2024-10-02 11:50:41

Images:
image.png

Reply by entropia3d | 2024-10-02 11:57:22

To 1, OK, I had actually already prepared that, thank you.
To Emotions, I don’t understand v0, how can I grab the showed emotion. No problem to implement myself.

Reply by k3kalinix | 2024-10-02 11:59:52

ConvaiLipSync.cs

Reply by k3kalinix | 2024-10-02 12:00:10

Images:

Reply by entropia3d | 2024-10-02 12:05:42

OK, it seems I have to analyze the ConvaiLipSync script. :wink:

Replying to entropia3d’s Message

Reply by entropia3d | 2024-10-02 12:05:42
OK, it seems I have to analyze the ConvaiLipSync script. :wink:

Reply by k3kalinix | 2024-10-02 12:06:03

Just check this method.

Reply by k3kalinix | 2024-10-02 12:06:28

“newEmotions” is a list

Reply by entropia3d | 2024-10-02 12:07:18

OK, Thanks so far.

This conversation happened on the Convai Discord Server, so this post will be closed.