i want to make a website that can host unity projects like woogle and if your asking me why i think this is a good title for my school project. im fiddling around unity coz i was amazed of its potentials.
what im asking for is:
- is it possible to create your own site like woogle on 000webhost?
- are there any tutorials out there for this?
- is it possible to control the window size of the player inside a website without putting its definition to risk?
thanks and god bless. im gonna lurk for 45 minutes in this forum so ill be waiting for a while.
Hi Kyasuchiro. I assume you mean you’d like to create a site similar to Wooglie. Seems like 000webhost has all the basic necessities for creating a Unity games website. PHP and databases are a plus, you’ll be able to store user info and game stats.
There are various tutorials on HotScripts.com (and elsewhere on the web) covering content management, user authentication, databases, and other topics you’ll need some knowledge of when creating a games site from scratch. There are also various premade scipts that might help you put a site together with less effort like at www.gamesitescript.com.
Even if it’s possible to, it’s probably not wise to resize your game outside of scripts within your game. It may result in errors or broken visuals/gameplay.
Thanks alot chrisso. looks like the best solution for my question No. 3 is to create a new tab for the game to be displayed. thanks alot.
You’re welcome. I have just a bit of experience with web development, so I’m sure you can get more detailed advice from someone better experienced.
I’m not sure why you would need to open a new tab to launch a game. Maybe you’re concerned about the webplayer being too large for you website’s layout? If that’s your concern, you may want to consider opening the webplayer in a fixed-positioned element, overlaying the web page. Some browsers may try and block your site from opening a new tab or window.