Hello.
I am having some trouble positioning the tween animation at its final state.
I have a tween (transparency fade) created with the visual editor who needs 2 seconds to reach it’s final state.
However sometimes I need it to jump immediately to the final state skiping the animation
period.
I thought HOTween.Complete(“tweenName”); would work, but it doesn’t.
I have tried the options “kill” and “not kill” but it’s not working.
What am I doing wrong?