Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: hotmiyacchi on September 02, 2015, 05:24:00 PM

Title: DOTweenPath's GetTween dosen't work in Editor script.
Post by: hotmiyacchi 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