Open frideal opened 8 years ago
when I want to reuse tweener by changing the Tween's end and begin values, will DOTween create a new tweener instance for me? call function:
create new tween instance? or just reuse the tween.
If I call Tweener.ChangeValues in the Unity3d profiler i will see I make about 56byte GC alloc.Can any method to reduce this GC alloc?
Unity5.2.2
when I want to reuse tweener by changing the Tween's end and begin values, will DOTween create a new tweener instance for me? call function:
create new tween instance? or just reuse the tween.