Building a Game in Unity

Brian Ratnasinghe
2 min readJul 5, 2021

--

Hey everyone, this is just going to be a quick article about how to build a game in Unity. Go to File the Build Settings to access the Build Settings Window. Then Make make sure that all necessary scenes are added using the “Add Open Scenes” Button. Then, to create a PC build be sure to select “PC, Mac & Linux Standalone” under the Platform section.

Next we can open the project settings window using the “Play Settings…” Button in the bottom left corner. Most settings here should be chosen on a case by case basis. I personally went into other Settings and set the Color Space to Gamma and then went into Resolution and Presentation and set the Fullscreen Mode to window because I have not yet programmed a way to exit the program.

After all the build and project settings are optimized I was able to go back to the Build Settings windows and hit the Build and Run button in the bottom right the build the Game Application.

Building a WebGL application is just as simple but requires access to a webserver to upload the generated Unity build files.

--

--

Brian Ratnasinghe

Here I am documenting everything I am learning in order to become a successful game developer.