#Navigation along points
3 messages · Page 1 of 1 (latest)
the points are flat on the ground, but it would be nice if I could elevate some of them a bit
I think you can still use the built-in navigation tools? they work for a mesh based or a grid based system. If your nodes are all on the same plane you could use the 2D one: https://docs.godotengine.org/en/stable/tutorials/navigation/navigation_introduction_2d.html
Godot Engine documentation
Godot provides multiple objects, classes and servers to facilitate grid-based or mesh-based navigation and pathfinding for 2D and 3D games. The following section provides a quick overview over all ...