I have one player and many enemies. The enemies are following my player through the navigation mesh. Sometimes enemies get stuck because there is another enemy in-front of them. You can say both are in line.
Is it possible that when one enemy collides with other enemy in-front of it to change direction so that it avoids colliding with one another?