DOTweenPath's GetTween dosen't work in Editor script.
« on: September 02, 2015, 05:24:00 PM »
I wanna use path for editing to make some objects align on the path.
So I've tried to make editor script and try to get the points on the path via

GetComponent<DOTweenPath> ().GetTween ().PathGetPoint (x)

But GetTween returns null when editing.

Let me know how do you draw the gizmo of path when editing?

Thanks