A real pathetic question here. How do you release a game so it is downloadable for others?
I am guessing there is some thing you do in Unity but what is it exactly?
Sorry for the question, but if someone answered I’d really appreciate it.
A real pathetic question here. How do you release a game so it is downloadable for others?
I am guessing there is some thing you do in Unity but what is it exactly?
Sorry for the question, but if someone answered I’d really appreciate it.
Unity is free for both private and commercial use, to publish a game simply have an account on an app/game site such as desura, steam, moddb for the pc and upload your game to the site, you’ll of course have to talk with the admins about the game price etc… or if you have a site you can simply upload it there.
When you finish your game go to file - build settings then choose your platform and click on “build”
Oh almost forgot you should check the answer for correct in order that the question is no longer unanswered
– BlackWingsCorp
what do you mean Unity is free for commercial use? don't you have to pay to unity if you want to sell your game?
– sdgdThanks! My game will be free to play. This is just a small part of the game that I need some people to test out.
– gamezdragon@sdgd it is free proof: http://forum.unity3d.com/threads/57429-Is-unity-actually-free-for-commercial-use @gamezdragon glad to help :)
– BlackWingsCorpBy the way, how do you put the game data and the game.exe together? I don't want my players to have to download separate files to download the actual game.
– gamezdragonI figure best way to do so is to put all the files in 1 folder and upload the folder
– BlackWingsCorp