Fixing the settings to work on custom avatar from turbosquid.com on unity

it WORKED !!

Thank you so much for your help. I forgot to add the collider and When I added it I have increased the distance and automatically the convai npc has been active. Also I have been wanted to ask you if I can make the character sitting in the chair when i start talking to him I mean I want when I approach the character at first I want him to speak to me while he’s standing and after 5 seconds he sits down. Is it possible? Share a tutorial please if it’s there.

We don’t have a specific tutorial for this exact use case. This part is mostly general Unity animation logic.

If you simply want the character to be sitting as their idle state, you can replace the Idle animation in the Convai NPC Animator Controller with your sit idle animation. When the character talks, the talking animation will play as usual.

For more complex behavior (stand for a few seconds, then sit), you’ll need to handle that in your Animator / script (e.g., using a timer and a parameter to switch from standing idle to sitting idle).

Ok , I have wanted to ask another essential question the character talks and all but it doesn’t do lip syncing how to fix it ? I will provide a picture of the lip sync settings

Please share the character’s blendshapes.

This is the link of the character I imported can you see if the character supports the lip sync?

Please share the character’s blendshapes from Unity.

Assign the Head object here.

image

The head isn’t here, and if I click and drop the head from the hierarchy it doesn’t work either.

Which object has the blendshapes? Use it.

Actually the one that I have assigned it has a blendershaped which is “ wolf3D_avatar” but somehow it doesn’t work.

This is the rest of the settings for the blendershaped

I see you have errors. Could you please share the logs?

Those errors are harmless the project works fine the character talks and all but as I told you the lip sync doesn’t work.

No, the error explains the problem. There is a matching issue.

So if I solved it the lip sync will work?

Could you please try OVR preset?

I have tried both OVR and Reallusion and the errors have gone

only ARkit that contains errors but, still the lip sync didn’t work.