If this question as been asked before please link me to it, I’ve looked and can’t find it. Anywho, I’ve compiled my game to be deployed in a web page and it works fine however the Unity webplayer is autoloading as soon as my page is loaded. I want to be able to show a picture or something the user has to click on and then load the game in the player. I want to have multiple games on one page and I don’t want them all to autoload when the page is loaded, that will be annoying to the user and me, not to mention it will be slow. Thanks for your help.
Make a start page and link to the player/game?
Hi thanks for the reply. The problem with that is my game is in the middle of a page with a lot of text in it as I’m describing the game. The game is not in it’s own standalone page nor do I want it to be in it’s own page. I just don’t want the game to start until the user clicks on it.