Reply To: publishing webgl to wordpress

Forum Archive publishing webgl to wordpress Reply To: publishing webgl to wordpress

#33134
Jonathan Gonzalez
Participant

    It was covered in this lesson: Publishing Web GL with WordPress.  We previously used it to embed our Tower Defense game into a WordPress article, although we no longer use WordPress. Unfortunately this process isn’t as easy as I would hope it would be. It mostly comes down to getting a proper place to upload it to that will allow you to make it public. 

    I’ve uploaded to Dropbox before when they had the global public folder you could use, now that’s only for business accounts. Amazon S3 has been real hit or miss with getting Web GL to work for us, half the time it won’t allow us to make it public or it keeps reverting back. You could also use the Unity Cloud Build to build your Web GL game then use that. It’ll host the build of the game and you should be able to get a public link from it. 

    We are currently working on a Web GL uploader for the site so that members can upload Web GL Unity exercises and we’d also like to have an arcade section on the site for Unity based games.