Recursive Flow Fields
I have been struggling with moving large numbers of entities through the world. Unity’s NavMesh Agents was great. but not something that could work with abstracted areas. My custom A* system was great at finding the best path through voxels,…