Reputation:
I'm hosting a Unity Web Game with my Google Drive and would like to share it with my friends. I tried to launch it on a different PC and instead of the game launching, a message told me to download Unity Web Player. Is there a way in which I can bundle the player with my game? Is there a way in which I can host the player with my game? Is there a way in which I can let users play my game without them downloading or installing anything?
Upvotes: 3
Views: 5960
Reputation: 123
Unity 5 added support for building WebGL
apps which essentially convert all code to javascript
and can be used without the need to explicitly download Unity webplayer
by the user.
you can find more about this on this link
Upvotes: 2