Preview object traveling DOTweenPath from Editor (not playing)
« 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

*

Daniele

  • Dr. Admin, I presume
  • *****
  • 378
    • View Profile
    • Demigiant
Re: Preview object traveling DOTweenPath from Editor (not playing)
« Reply #1 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

Re: Preview object traveling DOTweenPath from Editor (not playing)
« Reply #2 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 :)

Re: Preview object traveling DOTweenPath from Editor (not playing)
« Reply #3 on: July 25, 2016, 05:52:58 PM »
Are there any updates regarding this feature? I am unable to find more info.