I recently purchased DOTween Pro and enjoy using the tool very much. Was wondering if there is a way to preview an object traveling along a DOTweenPath from within the editor without having to hit play? Issue is the object I'm animating is near the end of a level so I have to play through to see how it looks, tweak some parameter, and then repeat ... ideally could just preview animation from within editor.
Note: I tried creating a custom script that has [ExecuteInEditMode] and programmatically calling GetComponent<DOTweenPath().DOGoto (pathTime) but it does not actually move the object (unless in play mode).
Thanks!
Mike