Delaying Unity WebGL Apps With Image Placeholders

When you build a WebGL app from Unity and use the test HTML sample code to embed the page, it starts immediately. If you want your app for an event before launching the app, here’s an example of hosting the app with a stand-in placeholder image – where the user must click the image before …