How to Build and Test your Unity Game

Tristen Hart
Aug 15, 2023

--

With the amount of progress I have made so far, I think it is a good idea to figure out how to post the project to be able to share with whomever I want.

To access the build menu, enter “File > Build Settings”

From here, you are able to access the player settings, which allow you to customize how you want the game to act upon launch. From this menu, I will allow the game to boot as a closable window as opposed to fullscreen and adjust the resolution to my liking.

Once the settings were adjusted to my liking, all I had to do is select “Build” and create a new folder within my project for my first build of the game.

--

--