How do Move a gameobject along a path WITHOUT A SPLINE

I have a gameObject I want to move along a series of Vector3 coordinates. This is very easy with iTween’s MoveTo command, but it applies a spline between the points. I need to move them from point to point with NO curve (still following an ease throughout them all).

Anyone have any ideas? Or just an idea on how to turn off this damn splining in iTween?? :slight_smile:

bump