Hello, I have a little problem with the publishing thing.
I've created a little "game", which has only one scene, and exported it as a web game.
OK, now I have a HTML and a UNITY3D files.
But, the problem is, I don't know anything about creating websites, or uploading files to servers.
I know that there are several questions about this, but I just can't understand what to do.
I would really appreciate if someone could explain me how to publish my "game" on the web step by step.
By the way, I've created a WIX site, but I'm not sure if I can put a Unity3d game in there.
You could upload it to a site that accepts unity web player games (as no one has suggested this yet). WOOGLIE is a good one, as from there you can embed your game into your own website.
Learn about hosting services, rent one. When you rent a service, they will give to you all the tools to access your "page directory", just upload your page.html and your game.unity3d to your directory
you won't be able to put any unity content into a WIX site. What you can do it create a link that will point to it tho. But you'll need some kind of server to host your unity build ( the html, unity and js file ).
It should be quite straightforward. If you are using console I/O for the text adventure, you need to give it a GUI using AWT or Swing. Perhaps just a TextArea for output and a TextField to input, layed out with a BorderLayout. I suggest developing as a standalone application, making the applet-dependent code as thin as possible.