Archive 17/01/2023.

What is the reason behind SplinePath using Nodes

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.

slapin

I think the reason is you can set this up graphically in the Editor.

Eugene

So, you will have to implement generic gizmo for Editor too.

slapin

If you don’t need graphical setting-up you can just use generic Spline object.

1vanK

you can attach objects to nodes