Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - znerolnoht

Pages: [1]
1
DOTween & DOTween Pro / IsTweening returns false while easing
« on: February 26, 2016, 06:52:58 PM »
Hi All,
Just wondering if anyone else has had this issue or knows of a solutions. While using an ease, DoTween.IsTweening(myObj); returns false.

Here's my code incse anyone can see my mistake.

Code: [Select]
myObj.transform.DOLocalRotate(new Vector3(-30,0,0),1).SetEase(Ease.InOutSine);
...
DoTween.IsTweening(myObj); // Always returns false;

If anyone knows of a solutions or sees my mistake, please let me know!
Thanks!

Pages: [1]