Hi!
I would like to know if there is any way to prevent people from downloading a unity game on a webpage.
We are preparing an unfinished version of a game that we want to show to some customers. The webpage of the game is protected by password. However, we don’t want these customers to download the game, we want that the can only try it on the webpage. As an unfinished version, currently, the game may have some bugs and we think it would be bad for our reputation if some people can download the game a freely distribute it.
Is this possible to do?
Thank you very much.
No, but you can prevent it running unless it’s at a specific location: Unity - Scripting API: Application.absoluteURL
–Eric
Thank you Eric! That’s exactly what we wanted.