Pihozamo
The class SplinePath uses Nodes for waypoints, and looking at it, seems like it could just use Vector3 for waypoints, is there any reason as to why it uses Nodes instead of Vector3s? I ask because I was thinking about committing an update to it.