(Unity) HOWTO : Create and Submit a Game Build

In order to submit your game, or send your game to friends and family, you must create a “build”. A “build” is a copy of the game that can run without the editor, and in full-screen.

  • Visit File -> Build Settings in the Unity Editor.

  • Ensure all of your scenes are included in your game builds–

  • Create a windows build

  • Create a mac build

  • If one of these options does not appear, you may install the windows or mac build modules by following this video.

  • Create a .zip file containing both of the game versions (the mac .app, which will appear as a folder on Windows, and the windows version folder should contain these 5 files, but with slightly different names than seen here). This is the “package” you will submit to us on canvas.

  • Once you submit to canvas, download your submission .zip file, open it, and play your game to verify it runs.

Updated: