Hi,
I have a random dungeon generator, which created various paths etc.
I want a basic waypoint based pathfinding system that scans for waypoints at runtime, as I can instantiate waypoints in the right places with my dungeon tiles, but not before. i just want a gameobject to follow a path towards a target based on these waypoints.
Thanks for the help