x


How would I post a game on my website?

How am I supposed to post my games on a website? I now there is a web player choice in build settings, but what does that do? Noob. :D

more ▼

asked Jun 12 '12 at 01:42 AM

zachj8 gravatar image

zachj8
0 4 5 6

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

When you build your game for web player (see build settings), you obtain two files.

  • The HTML. You can modify some stuff in there, but don't mess it up if you don't really know html. The important part is where the .unity is mentionned. As it is, the .unity needs to be beside the html.

  • The *.unity. All the datas (resources, scripts etc) are compressed in there. It is used by the html and the browser.


Bottom line, you need to have the html pointing at the .unity. If you don't touch it, you just need to have them both at the same place. You can then give the adress of the html file.

more ▼

answered Jun 12 '12 at 01:50 AM

Berenger gravatar image

Berenger
11.2k 12 19 54

(comments are locked)
10|3000 characters needed characters left

You can use http://dropbox.com to upload your project. Register and download it. After installing just drag and drop these two files into your dropbox-> Public shared folder, these folders will be created automatically on your pc. After upload finishes right mouse click on webplayer.thml -->Dropbox--> and "Copy public link". Now you can paste your games link.

more ▼

answered Jun 12 '12 at 03:48 AM

Youngdeveloper gravatar image

Youngdeveloper
20 1 1 2

How would I make it on MY site?

Jun 12 '12 at 07:17 PM zachj8

upload the two files on your ftp then use the http:// address of the .html.

Jun 12 '12 at 07:22 PM Berenger
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3890
x823
x215
x128

asked: Jun 12 '12 at 01:42 AM

Seen: 531 times

Last Updated: Jun 12 '12 at 07:22 PM