Has anyone found reference to what type of algorithm GameplayKit uses for pathfinding? I have reviewed Apple's documentation and was not able to find anything.
Ultimately I am curious to its performance vs. A* implemented without GameplayKit. While I am sure Apple did an amazing job, I don't want to pay performance overhead for features I will not use.
I am also just curious because I enjoy learning about these types of mechanics.
Thanks, E