Deploying a build of our prototype

GameDev Dustin
Jan 19, 2022

--

Unity is a great engine when it comes to compatibility with various platforms.

From smart phones to consoles to PCs, Macs and more, Unity has it covered!

We can create a deployment build by going up to File and Build Settings.

We’ll make a few changes in the Player settings before we generate our build though.

Once the build is complete, you should have a folder full of files similar to what is shown above.

From here you can run your game by Clicking the “Galaxy Shooter 2D” application file.

Its basically the same process if you want to deploy to android, webgl, or whatever.

Thanks for reading!

--

--