Hello I am new to unity .
I am developing an app in unity 3d .
Their is one functionality in which I want to open the weburl in browser through the game .
On completing the browsing if user wants to go back their must be one button .
On clicking that button the previous state of the game must open i.e. the state where the user clicks the button to go to that webpage.
How to accomplice this task .It must not be difficult.
I am using Application.OpenURL(); to open webpage .
Here it opens in browser and their is no way to go back to the state of the game…
Thanks …