I tried to use ‘ai move to’ to move my player controlled character to some random location but for some reason it doesn’t work. I can see that my character is already on Nav mesh as seen below.
I tried to change the random point with exact coordinate within the navmesh but still didnt work. Does the position of my character really need to be above the navmesh? You can see on the picture it hovers near my character head instead of on the ground
No, the position of you character need to be INSIDE the navmeshvolume, make the volume way bigger to check if it works.
Is your character made propely ? The bottom of the capsule of your character need to stand on the ground
Yes my character is inside the navmeshvolume when I execute the command. I checked that my character’s capsule component already touch the ground. Tried to make it bigger too but still doesnt work.