Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: MMike on November 25, 2015, 08:02:56 PM

Title: Preview object traveling DOTweenPath from Editor (not playing)
Post by: MMike on November 25, 2015, 08:02:56 PM
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
Title: Re: Preview object traveling DOTweenPath from Editor (not playing)
Post by: Daniele on November 26, 2015, 09:42:17 PM
Hi,

DOTween can't really preview stuff in the editor, but next week I'm gonna investigate if I can do something about it.

Cheers,
Daniele
Title: Re: Preview object traveling DOTweenPath from Editor (not playing)
Post by: MMike on November 27, 2015, 04:08:16 AM
Cool, thanks Daniele.  Will follow the forum for any updates on this, glad I wasn't just missing something :)
Title: Re: Preview object traveling DOTweenPath from Editor (not playing)
Post by: Mauro@topia on July 25, 2016, 05:52:58 PM
Are there any updates regarding this feature? I am unable to find more info.