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
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 ?
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
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.