how can i control GUI movement like when i pause my game there will be gui.texture that move from top of the screen into center of my screen?
Script it or make a public variable that you then animate with the built-in Animation tools. (think GUI.Button(animatedRect, “Test”); where animatedRect is being driven by an animation)