I am trying to prevent an AI from making turns greater than 45 degrees when pathfinding and I am stuck as to how to do it.
Is there a way to invalidate a path and find a different one? Or maybe a way to clamp the rotation when nav system is searching for a path?
Thanks!