Content 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

153 usages of this tag
  • 8 replies
  • 577 views
This content is deleted
Forum Topic
How to invert "add path cost"? [pathfinding behavior]
0 favourites

Hello comrades! Help me understand, please. I have a map on which NPC workers move, they carry loads from point A to point B using the pathfinding behavior. I b...

posted 3 years ago
  • 0 replies
  • 381 views
This content is deleted
Forum Topic
Pathfinding: reduce path cost?
0 favourites

Please add the ability to reduce the path cost for objects to the pathfinding behavior. Your great example "Pathfinding: Path cost" shows how pathfinding can av...

  • 5 replies
  • 351 views
This content is deleted
Forum Topic
How do I Set the Animation of an Object Based on Y-value?
0 favourites

I have an object that uses path finding to move. If it is going left I want it to play one animation or if it is going right to play a different animation. I wa...

  • 2 replies
  • 545 views
This content is deleted
Forum Topic
2D Platform - AI / pathfinding solution
0 favourites

I'm starting a a little project, a platform where a dog follows a cat in a room. I'm working on Dog AI, that have to reach the cat running and jumping through t...

  • 9 replies
  • 850 views
0 favourites

I was having a hard time figuring out why the pathfinding behavior for my enemies wasn't working sometimes. I finally realized that the pathfinding behavior doe...

  • 1 replies
  • 619 views
This content is deleted
Forum Topic
How do I make a sprite avoid another sprite?
0 favourites

For example, a sprite is pathfinding towards another sprite. How do I make the sprite that Is'nt pathfinding avoid the other sprite automatically.

  • 7 replies
  • 610 views
0 favourites

My layout is huge, but I only need Pathfinding to work on a small portion of it. However, when an object with Pathfinding behavior is spawned, there's a 2 secon...

  • 2 replies
  • 289 views
This content is deleted
Forum Topic
How do I avoid "L" path with pathfind behavior?
0 favourites

So, I'm using moveTo with pathfind(direct) to move an enemy, there are no obstacles, but instead of moving in a straight line, the path is in "L" shape all the...

  • 1 replies
  • 680 views
This content is deleted
Forum Topic
Pathfinding and LOS in Scripting
0 favourites

I was digging through the documentation and noticed that Pathfinding and Line of Sight are not available in scripting yet. Does anyone know if this is a feature...

  • 10 replies
  • 555 views
This content is deleted
Forum Topic
Pathfinding lag issue with some devices?
0 favourites

I am making a simple game. When player click on a box my character will move to that and open the box. To move the character to the box I use Pathfinding behavi...