I built a Flash version of a Unity game, and I’d like to try it out on the web.
So, I tried go put it on a Google web site, but I can’t figure out how to do it.
I saw these instructions and tried them:
However, they do not seem to work.
When I try to add a gadget by URL, the Add button is grayed out for some unknown reason:
Anyone know a way to get a Unity game on Google Sites?
Thanks.
Pretty sure the documentation that Paul wrote refers to web player builds of a game.
That’s what I’m referring to as well.
Well, if you can’t get that to work, you could insert this custom HTML:
<object id='UnityObject' classid='clsid:444785F1-DE89-4295-863A-D46C3A781394' style='width: 800px; height: 600px;">
<embed id='UnityEmbed' src='MYUNITYFILEHERE.unity3d'style='width: 100%; height: 100%' />
</object>
Oh sorry, I thought you were building a Flash game.
Sorry for the confusion. I did say Flash as I thought Unity used Flash for the web player builds. I guess it uses something else though.