DOTween

gnerpo

New member
Hi all,
in the behavior tree below i have a problem with the setease task that simply won't function! I've created the variable for the tweener, stored the tweener in the do local move z task and selected the tweener in the setease task. Nothing happens, the ease seems to be always linear no matter what ease i've selected.

1322
 
What happens if you don't store the tweener for the local move? I'm thinking that the tweener may be reset when you do that.
 
I'm not too familiar with the inner workings of DOTween so this may be a question for their forum. I verified that when you the SetEase task runs it'll call Tweener.SetEase, but I'm not sure why that value isn't persisting.
 
Top