My avatar walks but stays still in the same spot

Original Discord Post by manuelavanzi | 2024-08-13 16:03:36

hi everyone , I am trying to follow this tutorial but I can’t get my avatar to follow me, as soon as I tell it to follow me or to reach an object the walking animation starts but it stays still on the spot, I don’t know what I am doing wrong please can someone give me a hand thanks

Images:



Reply by raghuvanshagarwal | 2024-08-13 16:11:00

Is NavMeshComponent added to the NPC character Gameobject?

Reply by raghuvanshagarwal | 2024-08-13 16:31:18

<@905754050677583892>

Reply by k3kalinix | 2024-08-13 16:38:37

Hello <@905754050677583892>,
Welcome to Convai Community!

Could you please share the Warning/Error console logs?
So we can understand the problem.

Replying to raghuvanshagarwal’s Message

Reply by raghuvanshagarwal | 2024-08-13 16:11:00
Is NavMeshComponent added to the NPC character Gameobject?

Reply by manuelavanzi | 2024-08-13 17:34:09

Embedded Content:
Link: Patrick Star Dumb GIF - Patrick Star Dumb - Discover & Share GIFs

Reply by manuelavanzi | 2024-08-13 17:34:27

absolutely not …

Reply by raghuvanshagarwal | 2024-08-13 17:35:34

can you add it and test if that solves the issue

Replying to raghuvanshagarwal’s Message

Reply by raghuvanshagarwal | 2024-08-13 17:35:34
can you add it and test if that solves the issue

Reply by manuelavanzi | 2024-08-13 19:51:10

yes you were right it worked but then I wanted to export it to webGl and I couldn’t so I followed another tutorial again and now I put my avatar in the WebGL scene but when I try to add the Convai action Handler component it doesn’t find it . is it not possible to make the avatar move in webGL ?

Reply by k3kalinix | 2024-08-13 20:27:57

Hello <@905754050677583892>,

WebGL doesn’t support the Action feature.

We will add it in the next updates.

Reply by manuelavanzi | 2024-08-13 20:54:15

I hope so much that the next update will come soon

Reply by manuelavanzi | 2024-08-13 21:03:01

I would like to ask one more thing but I understand it might be off topic , when I tried to export my project to webGl I uploaded it to itch.io and it worked fine from desktop so I tried it from smartphone and the app seems to work but the input system doesn’t work , basically I’m stuck and I can’t even interact with the UI , since I’m a super beginner I don’t know if you have any suggestion , meanwhile thanks for the attention and sorry again if I asked an off topic question

Reply by k3kalinix | 2024-08-13 21:07:29

Hello <@905754050677583892> ,

Unity officially says that the WebGL platform does not support mobile.

Therefore, such incompatibilities are normal.

This problem you are experiencing is related to Unity WebGL rather than Convai.

If you check this link in the Unity documentation,

Unity - Manual: Web browser compatibility.

Unity WebGL doesn’t support mobile devices. It might work on high-end devices, but current devices are often not powerful and don’t have enough memory to support Unity WebGL content.
There is a text like this.

To solve this problem, you need to add a player controller compatible with the mobile and touchable UI button.

Along with this information, I hope it will help you by doing research on the internet.

Embedded Content:
Link: Unity - Manual: Web browser compatibility

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