120 Days to Master Unity(Day 13)

Brian Perry
May 31, 2021

Building for PC, Mac, and Linux.

Lets talk about how to build a finished game. You have a finished game and now you want to build it so that you can sell it on a chosen game platform. This is very easy in Unity also.

Basically, just choose File from the Unity menu and then select Build Settings… From there just choose PC, Mac, or Linux standalone and click on Build. You will then be asked where to save your build. Create a folder to hold the build of your game and click to select the folder. You game will now build. You will get an open folder where the game built. You can click on the executable and this will run your game. You now have a running and published game.

--

--