GameDev : Build your Game (PC, Mac and Linux)!

Matteo Lo Piccolo
3 min readJul 10, 2021

In this article we talk about how Build our Game for PC, Mac and Linux.
If we go to the Build Settings

Let’s look at some options

Here we can choose the Platform and the Architecture.
If we go into Player Settings

Here we have some customize option

For example, name of Company, name of the product, version of the product and Icon.

If we go under Resolution and Presentation

There is an option to FullScreen, Exclusive Fullscreen, Window. We need to pay attention here, if we build In Exclusive Fullscreen, we need to develop our project with an Escape Key to exit from the program.

We can set resolution to native, or if we toggle off

We can choose what resolution we want

If we click on Build button, it opens a menu.
Now we have to choose a folder where Build.

After we choose a folder, or create a new one and select it, start to compile a new Build for our Game.

It can takes some times to building it, but when it finished, If we go into the folder we see the file .exe for run the Game

If we want to build for WEBGL or Andorid, just change the Target Platform in Build Settings.

--

--

Matteo Lo Piccolo

Always in love with programming, even if late (I'm already 39 years old) I decided to follow my dream! We will see how far my passion will take me!