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.
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!