Web Deployment of Unity 3D - SOS

Hello guys,

I felt the issues I am having trouble with are probably simple enough that it doesn’t require a support ticket, but rather a more experienced user with a little patience. I haven’t had much exposure to the community @ Unity Forums, so please keep in mind my primary skill sets are in 2D/3D content modeling and texturing, and I am just fumbling through the rest.

I use a webdev host called wix.com, it isn’t the best option out there I am sure, but it is the only one I can wrap my head around. If you aren’t familiar with wix.com they have an html box you drag onto your website, click settings and edit the code for everything within the dimensions of your box. It btw doesn’t support java script currently.

#1 How would I begin to get my project/scene ( all ready built as web player ) onto my website? I have looked at a variety of resources on this website and the technical jarva though simple for html guys, looks like a brick of text to me. A very heavy brick I might add which bashes my skull repeatedly every time I get within visual range of it.

Anyways, anyone willing to come to the rescue of a “code/script/html handicapped” graphics dev, would be much appreciated.

Thank you in advance!

Perefim

bumping…

You upload the .html and .unity3d files to your site via FTP. If that’s not supported you need new webhosting.

–Eric

If that’s not supported,you can:

1:add iis files MIME
2: to change *.unity3d name to *.zip…

After looking at wix.com, that’s a total non-starter, sorry. You need a real web host that you actually have access to, not some Flash-generator stuff.

–Eric

mmkay, if I hosted it some where else though I could feed it through to my website… kinda like you would embed a youtube video right?

Btw thank you all for the replies so far, much appreciated!

bumping…

bumping…

Still need help on this.

You could put it in an iframe on whatever site you have, but if your host doesn’t allow FTP, you’re out of luck.

So no method to host on another site ftp, and then feed it through to my main website through the iframe?

bumping for help.

what i did for my webplayers was just host my games on my other website and just link to those games because my new website does not support unity3d files