unity Web game issue

Hi All,

This might be a very basic question, but i would like to know about the unty web game.

We are developing a simple racing game in unity and would possibly deploy this at our website.
My question is if a user navigate to my website and try attempting to play the game, should he download unity web player for his browser to play the game?

secondly, is there any ways where i can install any unity related stuff at my server and user can play the game without installing any unity webplayer.

please help me out regarding this.

Thanks in advance :slight_smile:

UnityObject2.js which your exported project uses handles all of the plugin checking and install flow if the user does not have it.

Sure, you can build a standalone, and put that on your server for your users to download.

Thanks Graham for your reply.

I just need to know if i cam make users play our game without installing unity web player at their browser/system.?

That is not possible for a webgame.

If you make a standalone build it which people them download it runs as a separate application and not in the browser.