Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello! Awesome scripts! Have you an example to show how use it in order to move the object with the path ? Thank you!

Not at the moment! But that is a great idea for an additional script that could be added to this! I may do that in the near future.

The pathfinding scripts all output arrays of coordinates, so if you want an object to follow a calculated path, then you could always convert those coordinates into a GMS path.

https://docs2.yoyogames.com/source/_build/3_scripting/4_gml_reference/paths/inde...

I hope this helps! If you have more questions, feel free to shoot me a message on Twitter. I am more likely to respond quickly on there.

@ProtonSquid

Thanks you!