A study project built over 8 weeks where I implemented A* pathfinding, a triangulated navigation mesh, and a 2D physics engine from scratch in C++, then combined them into a playable game. The base ...
Unity contains the functionality to bake navigation meshes. While the nav-mesh feature is convenient, I have found it frusterating on numerous occasions. Characters often slide unpredictably and the ...