We’ve been using this basic Board structure quite a lot lately. It is pretty useful for simple turn-based games! It comprises a Cell class, a Board class and a basic A* class for pathfinding. Its usage is pretty straightforward in a Unity3D scene, but your code must inherit from it in order to… Verbose A* pathfinding algorithm in C# for Unity3DRead more