Hey I made pathfinding

so um… yeah I spent 3 days trying to make an ok pathfinding system, and I did it!
The enemy will go in an infinite loop, so… yeah.
Basically you need to create several objects, and then place them around your map. Tell whatever you want to pathfind to extract position and point at it. Then make it so when you collide with whatever your pathfinding waypoint is then you move on to the next one, and once you reach the last one rinse and repeat.

image

1 Like

https://flowlab.io/game/view/1554366 this is the game I put pathfinding in.

Sounds great - do you have an example to share or is it just going to be in that game?

1 Like

I will build example. I did this yesterday during a school break and it is weekend.