AI Move To in a 2D Space

Hello everybody!
Im developing a 2D game, and my goal now is to make a NPC randomly walk to a location in radius.
I’ve checked some tutorials, but none exactly for 2D games, and thats what most of them did. The difference being that I split the vectors to use only X, but my NPC doesnt move at all, as the AI Move To node keeps failing

Any insights?
(And yea I have Nav bounds mesh on the place)

Tyvm!

It seems that its a Thickness problem, where the NavMesh cant work in a 1-pixel wide sprite. So I must raise the collision thickness to some greater number.
2nd problem now is that the NavMesh is floating way above the actual floor, and strangely not really covering all the sprite size

Any tips?

266539-boud.jpg

Even not moving at all, now the result of AI Move To node is a Success at least :slight_smile: Trying some other stuff