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
  • 1 replies
  • 312 views
0 favourites

How do I make the user draw the path he wants the "player" to move? I thought about using pathfinding, I would do the entire layout as solid and when drawing a...

posted 3 years ago
  • 3 replies
  • 325 views
This content is deleted
Forum Topic
Pathfinding On Path Found Object Just moves to the right
0 favourites

The player will have hunters that go out into specific areas and Is'nt controlling much of the hunters actions. I'm trying to setup the pathfinding and the even...

  • 1 replies
  • 443 views
This content is deleted
Forum Topic
I'm having a problem with Pathfinding
0 favourites

When I change the cell border of one object, the other object completely changes the path he was making before. In the video, the first 3 previews I do, it work...

posted 3 years ago
  • 1 replies
  • 516 views
This content is deleted
Forum Topic
How to sync enemies using photon?
0 favourites

I need to sync a large number of enemies through a photon, so that each player sees the movement of enemies in the same position (pathfinding).

posted 3 years ago
  • 1 replies
  • 492 views
This content is deleted
Forum Topic
Tile Movement along pathfinder path
0 favourites

Is there a way we can hook the tile movement and make the character move along the path found by pathfinder? While the character navigates from A to B there are...

  • 3 replies
  • 809 views
This content is deleted
Forum Topic
Pathfinding with Tile Movement
0 favourites

I am looking to implement just a 4 direction movement (no diagonal movement required). However, when my sprite moves along the pathfinding path, on the turns it...

  • 2 replies
  • 347 views
This content is deleted
Forum Topic
Pathfiding not working outside Layout?
0 favourites

It was a map Bigger than the Layout. The pathfinding object only work when : 1) The Object is within Layout before finding path. 2) The Destination is within th...

posted 3 years ago
  • 4 replies
  • 363 views
This content is deleted
Forum Topic
Multiplayer Touch Pathfinding?
0 favourites

I am attempting to make a simple multiplayer that uses touch controls and pathfinding movement for both host and peer. Try as I might I can't seem to get the ho...

  • 4 replies
  • 712 views
This content is deleted
Forum Topic
how to I change enemy facing direction for pathfinding???
0 favourites

Sorry, I am very new to game making and I am not quite sure how to change the direction the enemy is facing while following a path(he moonwalks and doesn't mirr...

  • 1 replies
  • 309 views
This content is deleted
Forum Topic
player and enemy going through obstacles?
0 favourites

I thought I would ask on here because I can't figure out the issue. My player has a weird collision with my tiles and I can't seem to figure out how to change i...