- Home /
Is there a way to have a mobile app open onto a web page first as the main menu?
I am currently building an augmented reality app (native hybrid). I would prefer to build it all online however, that doesn't seem quite possible yet. Is there a way to have the app open into a mobile web page first? The web page will have profiles and leaderboards and the only AR portion will be a camera button, which will then be used to recognize 7 different markers. I have been struggling with the quality of the build and compatibility, which is why I would rather do as much online as possible (mobile web pages). I have the panels built in Unity, but I want to change that so only the button to the camera and the markers etc will be on the app. Is there a way to do this?
Answer by TR33 · Nov 26, 2018 at 08:23 PM
Application.OpenURL("_url of your mobile web page_");
I guess you could use something like this to just send the user to the desired url. Just do it in Start or in a Coroutine after waiting for 5 seconds or so.
However I'm not too deap into web development with Unity so I can't tell you if this is viable as a concept. Sidenote: The Code just works for the Editor and Android. I think for IOS you need to change it ab bit.
Your answer
Follow this Question
Related Questions
Distribute terrain in zones 3 Answers
Web Player Build Templates 2 Answers
Random start on web build 0 Answers
.Net compatibility with MAC OS X build 1 Answer
Win32Exception Native error= The system cannot find the file specified. 2 Answers