- Home /
How can I scale and move a game object simultaneously using iTween?
I'm using iTween to make gameobjectA move on top of gameobjectB and simultaneously shrink as it moves onto gameobjectB, so that gameobjectA looks like it is shrinking into gameobjectB. Right now, I'm trying to run a ScaleTo and a MoveTo itween simultaneously, but it looks like only one will run at a time. What can I do to produce this effect?
Yes, that could be a workaround. I'm struggling a little bit with managing the ti$$anonymous$$g so that the lerp runs at the same time as the other iTween scale which I put a delay on right now. Generally, is it possible to run two iTweens on the same game object at the same time?
I found a tweening alternative that allows tweening on the same game object at the same time: LeanTween
Your answer
Follow this Question
Related Questions
How would I go about moving a group of objects as one using iTween? 1 Answer
On time slow down only player enable to move 2 Answers
Change iTweenPath Nodes Positions From Script 1 Answer
iTween scaling animation childed to hte camera in a FPS game... 0 Answers
How can I prevent iTween from scaling my object to 0 when using ScaleTo method? 0 Answers