Hi, how can I please show the content of website in my unity application in the place of the browser. I should interact with this website in my apllication such if I was in the browser.
Is there a solution for diferent plateform Android , iphone, MAC, Windows,webPlayer)???
I hope that someone give the answer with the example of code if it’s possible.
Thanks in advance!!
@tarekhentati, sorry to let you down, there isn’t a web browser component in unity, this would require either specific plug-ins to leverage the browser on a particular platform, but you would probably have issues embedding it in unity. There is an iOS browser asset that is webkit based(Webkit for iOS).
But i’m sorry, there isn’t an easy button here.