Hi guys,
I have problem with my panels which have tween position script in it. I have sidebar in my app and menu button and when I press the button, panel go right from (0,0) to (0,595) on x axis and reveal sidebar. But if I press the button twice (show and hide sidebar) and go to another screen and get back, panel is moved right and dont reset his position to (0,0) even if I call messagesPanel.GetComponent<UITweener>().Reset();