- Home /
 
I can not start, any stopped of itween
Hi Everyone, I can not start previously I stopped itween. For example I am doing like this.
 iTween.Stop(prefab);
 İTween.Start(prefab);
 
               But it start sometime when it wants :D. There's something silly situation here.
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by musaranya · May 15, 2014 at 09:45 AM
The documentation of iTween says this about the Stop method:
"Please note that as a result of how Unity threads some operations you may need to insert an arbitrary (though short) pause after a Stop call before adding a new iTween by using WaitForSeconds()"
Your answer
 
             Follow this Question
Related Questions
draw a path in game with touch and move player on it 0 Answers
iTween : change path in current point 4 Answers
Cloud recognition in Vuforia 0 Answers
For loop with iTween c# 2 Answers
Itween CRSpline to BezQuad 2 Answers