Builds and Testing

Build and Test Your Game!!

Daniel Jennings
2 min readMay 19, 2021

PC Build

Let’s get our build setup.

First from Build Settings go to Player Settings. This allows you to change how to launch the compiled application. By default it is set to full screen. One thing we have not implemented yet is the exit command.

We need to change the Fullscreen Mode setting and change it to windowed. This will allow us access to the Windows built in X button.

Once we have changed the Fullscreen Mode we can change the Company and Product Names and Version number which are also under Player.

The last selected build setting will be selected in Build Settings. Click on Build and it will prompt you for a location to build your application.

Once the build is done Unity will open the folder for you. Double click on the exe and get ready to play!!

WebGL Build

Switch to WebGL build settings.

You may get a warning about fixing Color Space in Player settings.

If so, go to player settings and find the related warning.

Unity does a really good job trying to help you resolve problems that exist.

--

--