Demo of godot navigation system tutorial. Here, I used Godot's built-in navigation region and navigation agent to accomplish simple path finding. It is part of a greater series of RTS game tutorial, but the this approach I presented here is not used by me. Instead, I used custom navigation system approach using a-star algorithm.