Hey Guys how the hell do you make a web player build and put it up online ? i have build the game already and it opens my game in a new web page but the html code is not a html code it more to do with my documents and etc ? how do i upload it top the net? thank you in advance :slight_smile:

Of course it doesn’t load, that’s a link to your hard drive, not an internet page. You have to actually put it on the internet first…

Simplest is to get a dropbox account, put both the data file and the html in the public folder and get a public link to the html.

The webplayer build creates an .html file and a .unity3d file.
Go look in your C:/Users/Hummad/Desktop/WebTest/WebPlayer folder.

You will see those two files there.

Then FTP those up to a website on your web server to play.
The HTML file is simply a container for the .unity3d file.

PS : Sharing a link on your computer will never work for anybody, only yourself :slight_smile: