I'm using Unity3D and DoTweeen free version to make some simple animations. I have been using OnComplete callback a lot, but I'm wondering how I can get a callback that is triggered when half of the animation is completed? I've checked DoTween website and google, but found no such topic.
Thanks
This should give a basic idea. TweenerCore has a variable called position which is basically the time position of the tween that goes from 0 to duration.