Navigation in Unity

Hello!

Do you know how I can exit from the mainpage.xaml (where is my unity game), navigate to another page and then come back to main page?
I have an event that allows me to open another xaml page from the main one, but I can’t go back…the game won’t restart!

Any solution?

you can’t use navigation management in W8 with Unity… layout aware pages fail because of the static hooks Unity makes.