Hi Aron, just a quick question!
I currently have a List graphNodeList of the nodes in the path. Is there an internal way to check the whether graphNodeList[0] is eg: to the right of graphNodeList[1]? Or would I have to use graphNodeList[0].position (in worldspace)?