Hello
Sorry for bothering you.
I have a two NGUI Panel and i want to add tween between them but when i click on my button to start tween everythings works but my Panel after moving to the right, jump back to first place.
how can i solve my problem that my panel doesnt jump back to it first place
Sorry for my back english
and im new to coding
public GameObject Anchor;
void OnClick(){
TweenPosition
.Begin(Anchor
.gameObject, 0
.5f,
new Vector3
(640,
0,
0)); }
}