How to publish in weebly/godaddy?

Hey,
I’m not a web developer. I’m trying to publish a test game built with Unity. I built my scenes and now I have 2 files, html and unity3 data file. What are the next steps?

  • I’m using weebly as my website builder
  • Domain registered and hosted with godaddy.
  • Activated the file hosting feature. I can upload my files there.

Other than that, I’m stuck.
I can’t find detailed steps on how to publish unity games on a website. Are there instructions I can follow? do I need to change from godaddy hosting to some other ftp service? or is there an easier way to accomplish this?

At its simplest, there is nothing else you need to do. You upload the two files, you note down the location of the files and then you share the URL of the html file with people you want to play your game.

Obviously, you can go to town and make a more complex HTML page, but HTML and web design are beyond the scope of a forum. If you’re happy with the basic page layout from the default HTML file, you don’t need anything else. The basic HTML page and the Unity webplayer already handle loading the game in the page, downloading the plugin for people who don’t have it.

Are you having a specific problem? If so, it could be useful to detail the problem.

Grab the config file from here, you’ll at least need this.Put it at your site root.

http://forum.unity3d.com/viewtopic.php?t=62654&highlight=godaddy

Then upload your two files, and navigate to the html one via your browser. So it will have to be publicly accessible

yourURL.com/unityWebPlayer.html

type thing