- Home /
Web deployment options
Hey,
I have a question regarding web deployed games, and the things which can be done from within unity.
Is it possible to open a web browser window from a button within the unity3d game? A concept which is being considered regards the use of a game which allows the user to undertake certain tasks, with a web form being opened from a button within the file.
Is this possible? and if so, any idea where to find information on undertaking this task?
Any help would be very much appreciated, D
Answer by syclamoth · Dec 01, 2011 at 11:37 AM
You can use Application.ExternalCall to invoke some javascript on your webpage, which manages the rest. I'm not too familiar with exactly how you'd do that, but javascript calls for webpages are pretty ubiquitous, so I'm sure google will be helpful here.
Cheers for this, will have a look into it further now that you have pointed me in the right path, thanks again, D
Your answer

Follow this Question
Related Questions
A node in a childnode? 1 Answer
Unity Web Priority 1 Answer
Failed to update unity web player. 0 Answers
Writing javascript for web and android 1 Answer
Asking me to download Unity Web Player when it's already installed? 0 Answers