Unity to Web

Hey guys,

I’m trying to find a way to place a Unity build into my personal website. Essentially I want clients to be able to click a video link or download a file on/from my website and the game/build to play. I know there is the WebGL platform to build, however, the file created is a web page hosted by Unity and doesn’t give me a video file I can place into my own website. Any help would be much appreciated. I’m going to try the old webplayer but since it is no longer supported by Unity I’m not sure if it will work. Thank you in advance.

You want the user to play the game on Windows or Mac? The files would be different. I’m not sure what you mean by a “video file”, a game is not a video file. You could build to PC standalone, create an .exe file, and provide that file as a download link for Windows users, for example.

It would be great if users could play on either Windows or Mac. I guess what I mean is I would like the ability to host the WebGL build on my own website instead of a local host server and URL provided by Unity. Ultimately I would like for users to come to my site and click on a button or link and for the game to play or for the WebGL .html page to pull up.

A quick Google search brought up this suggestion Need some help embedding webgl build(s) in webpage.

Thank you so much! I definitely try this.