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

151 forum topics with this tag
  • 1 replies
  • 522 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
  • 502 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
  • 823 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
  • 358 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
  • 373 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
  • 734 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
  • 314 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...

  • 2 replies
  • 349 views
This content is deleted
Forum Topic
Timer not working correctly for chase?
0 favourites

I think I might be using the timer system wrong but basically when the killer sees me It switches a instance variable of 0 to 1. The killer will chase me for me...

  • 7 replies
  • 511 views
This content is deleted
Forum Topic
Pathfinding & Closed Doors
0 favourites

Scenario: A character needs to retrieve an item that is within a room with a door closed. It will not find a path because the door is an obstruction. Goal: Door...

posted 3 years ago
  • 2 replies
  • 558 views
This content is deleted
Forum Topic
How do I make enemy move around solids to follow player?
0 favourites

I want to enemy follow player around walls until seing the player from a distance. I give two boolen to enemy. 1- I saw you. 2- I am seeing you. What I am tring...