- Home /
How to launch a Standalone Unity Application PC/Osx by clicking on a hyperlink in any browser ?
I am working on a Crossplatform Application developed using Unity 3D , Currently I require to launch the standalone Application, by clicking on the link provided to the user on a website on both windows based PC(win7 and higher) and OSx.So as they click the link the application (assuming to be already installed on the system) gets launched. Also while launching the app I need to send at least two variable values 'string' and an 'int' into the app,. Can anybody please guide me how to achieve this ?
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Converting Game(Code structure and input controls) PC to Mobile 0 Answers
Making a bubble level (not a game but work tool) 1 Answer
Can't Build PC Standalone due to multiple namespace script errors but playable in editor 1 Answer