DOTween support

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
AoF
Posts: 241
Joined: Sun May 12, 2019 8:36 pm

DOTween support

Post by AoF »

Is there support for using the DOTween library for animations instead of the mechanim? If so, where can I learn more? Thanks
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: DOTween support

Post by Tony Li »

There isn't a dedicated integration package for DOTween. What would you use DOTween for? You could write one or more custom sequencer commands to call DOTween in conversations. If you want to use DOTween instead of animation clips to animate the dialogue UI, you can hook it up to the dialogue UI panels' OnOpen() and OnClose() events.
AoF
Posts: 241
Joined: Sun May 12, 2019 8:36 pm

Re: DOTween support

Post by AoF »

I'd want to use it to animate characters in my scene. That way I could have an animation that says "move one unit right" and use it for lots of purposes. Mechanim limits me to saying, "if you're in the center, move off the screen to the right," and it cant be reused for "if you're on the right side, move off the screen to the right."

I'll look into some custom sequences. Thanks
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

Re: DOTween support

Post by Tony Li »

Sounds good.
Post Reply