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