This repository contains the source code for the Godot 3D A* Pathfinding Tutorial. You can follow along with the series on YouTube. If there is a bug or issue with the code, feel free to open an issue ...
The monsters' pathfinding is implemented manually and has some glaring issues (not being to go around the corner for instance). Might be nice to show how to use libtcod's path finding.