YET
YET

Reputation: 31

How to run unity game on browser?

I have made a game with unity and I would like to share it with my friends but not sure can they play it on browser, is it even possible?

Upvotes: 0

Views: 6983

Answers (1)

Programmer
Programmer

Reputation: 125315

Yes, Build your game as WebGL. File->Build Settings-> Select WebGL then click the Build button. It will be build the project for web. Now you can host the file in your server and the game is now accessible to others.

Upvotes: 4

Related Questions