Hi, I'm Michael and today I am going to be showing you the breadth first search path finding algorithm for a grid based movement system with multiple units.
Links:
Unity Manual: Order of execution - https://docs.unity3d.com/Manual/ExecutionOrder.html
Project Download - https://github.com/StringCodeStudios/GridBasedMovementSystem-Part2