hi,
I have made a web game and for that, after logging in i am redirecting it to one url using php.
Now, i want to retrieve that url in to unity using java script.
I have tried Application.absoluteURL and Application.srcValue.
But these are fetching the .unity link but not that one which is present in the navigation tool bar.
Now, I want the url which is present on the navigation toolbar.
How to get that…
Thanks!