how to cancel iTween Catmull-Rom path

Hello everyone

I am using iTween “MoveTo” function, I am trying to use “path” options

like this:

but, the official website wrote path will draw a Catmull-Rom

however,

in my case, I don’t want the GameObject moving from Catmull-Rom paths,

I just want the GameObject moving like DrawLine paths, not DrawPath paths

please tell me how can I do, thank you

thank you for your help, and sorry for my poor English.

I believe this is the only curve type supported by iTween.

Take a look at Dotween, it supports Linear and Catmull.