Hi! I use async version DoTween 1.2.365 anf have problem in this code: _tweener = element.transform.DOScale(new Vector3(1.25f, 1.25f, 1.25f), 0.5f) .SetLoops(-1, LoopType.Yoyo) .Play(); LoopType.Yoyo working as LoopType.Restart. What is the problem?
Hi! I use async version DoTween 1.2.365 anf have problem in this code:
_tweener = element.transform.DOScale(new Vector3(1.25f, 1.25f, 1.25f), 0.5f)
.SetLoops(-1, LoopType.Yoyo)
.Play();
LoopType.Yoyo working as LoopType.Restart. What is the problem?