- Home /
Question by
robbysetiawan · May 21, 2018 at 04:47 AM ·
itweenitweenpathitween path
how to use float update for speed in itween,itween how to use float update
i wanna make the speed getting faster from 0 to 5 in 5 seconds. and the speed is accelerated by 5.
my code : iTween.MoveTo (this.gameObject, iTween.Hash ("name","test","path", iTweenPath.GetPath ("test"), "time", 5f,"speed", iTween.FloatUpdate(0f,5f, 0.5f)));
this code doenst change the speed
Comment