Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 514 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 514 Bytes

godot-navigation-system-demo

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.