[Unity Pathfinding Tutorial] Optimization - Heap

Welcome to part 4! In this episode we make our algorithm run much faster by creating a data structure called a heap. Heap source code:
Back to Top