Screen transition in GUI

I want to make screen transition with GUI.
But I don’t know how screen transition in GUI.

ex) I want to make 3 pages in GUI like below.
Page1 : main page(this page have 2 buttons).
Page2 : sub page(this page appear when button1 was pushed)
Page3 : sub page(this page appear when button2 was pushed)

I think one method.
I set 3 pages(using panel GUI) horizontaly,
and when button pushed, all three panel moving left(All 3 panel’s posX change by script in onClick().)
and User feel screen transition.

But I want next page to appear with fade in or slide animation.
I can’t do that.(because UI component don’t have update() method)
I want to know ordinary method.

*I’m not good at English sorry.

You will need iTween to do that. I have created something like how you want. I have attached the unitypackage to this link :

https://www.dropbox.com/s/52yiuml76dvhllh/ParallaxScreens.unitypackage?dl=0

Although It might not be exactly what you want but should be of some help.

In your project tab, right click and select “Import Package”–>“Custom Package”.
Open the unityPackage that you downloaded from the above link, → Select “All” button on the bottom left, and click import.

Hope it helps. :slight_smile: