Forum Topics tagged pathfinding

Pathfinding or pathing is the plotting, by a computer application, of the shortest route between two points. It is a more practical variant on solving mazes.

Report Tag

150 forum topics with this tag
  • 5 replies
  • 171 views
This content is deleted
Forum Topic
Animation on pathfinding 8 directions
0 favourites

I have an npc with pathfinding and what I would like is to add animations for the 4 directions which I am missing. Currently I have the 4 basic directions up, d...

  • 2 replies
  • 92 views
0 favourites

I will start by saying that I am not much of a programmer. Though my attempts of getting my sprite to flip left or right based on their direction has failed mis...

  • 0 replies
  • 95 views
This content is deleted
Forum Topic
Tilemap movement + showing path?
0 favourites

I was messing around with a tilemap movement example and was wondering if anyone knew how to mark the entire path. The attached capx only marks the nodes. I wan...

posted 3 months ago
  • 1 replies
  • 112 views
0 favourites

I want my character to move through the path. But what I want to achieve is different from the examples in the "pathfinding" behaviors guide. In the image there...

  • 7 replies
  • 162 views

I can never get the Pathfinding movement speeds right. Doesn't matter if it's set to 200 or 12 the sprites always seem to move in the same speeds. The solution...

  • 1 replies
  • 51 views
This content is deleted
Forum Topic
How do I get a Path to only be concerned with a X axis?
0 favourites

I have a baddie I am trying to get to randomly walk around a mountain top. There's the option for him to go up or down the mountain. I believe I am having an is...

posted 2 months ago
  • 4 replies
  • 122 views
This content is deleted
Forum Topic
How do I Make the sprites go away from a object?
0 favourites

Ive been trying with pathfinding, but sometimes it goes to the object I want it to dodge, I tried with spawning an object at the place where the sprite is going...

posted 1 months ago
  • 6 replies
  • 142 views
This content is deleted
Forum Topic
A question about pathfinding.
0 favourites

So, in my game I use pathFinding to control my character. Now, I want to make one layout with infinite scroll. My problem is that pathFinding can't move outside...

posted 1 months ago
  • 6 replies
  • 92 views

I've been trying to figure out how to make my character play an animation based on the direction they're moving on a path (e.G., if the character is moving righ...

  • 3 replies
  • 59 views

I'm moving to a sprite, but the spite has a 3d object over it. So, when pathfinding, its taking a longer route to what it deems as the best way. I would like to...