i’m making a game but is there anyway to make a game beta? Like anyone can download the game, but the need a valid key to active it. I dont know if this is possible or not but thought i would ask.
SSimple create a script that validate a key in your server. I think the easy way is using WWWForm (Unity - Scripting API: WWWForm).
You can use directives to control what code you want to insert in each version (BETA/ALFA/PRODUCTION).