Onward and upward!
Tutorial
·
Beginner
·
+0XP
·
5 mins
·
(175)
Unity Technologies

You’ve used this Creator Kit to make your own level, place targets in it and modify the weapons available for players. In this final tutorial you'll create a build of your game.
Languages available:
1. Share your Game
You’ve used this Creator Kit to make your own level, place targets in it and modify the weapons available for players. Now it’s time to create a build of the game.
A build is made when Unity takes the Assets you have used and compresses them in an executable file. You can use this file to launch the game without needing Unity Editor on your computer.
To make and share a build of your game:
1. Make sure that the Scene you want to use for your game is open.
2. In the top menu, go to File > Build Settings.
3. In the dialog window, select the Add Open Scenes button at the bottom of the empty Scenes In Build list. This will add the currently open Scene to the build.
4. Click the Build button.
5. Select the folder where you want to save your build and give it a name.
6. Unity will create the build and then open the folder which contains the executable file. You can launch this to play your game.
7. Zip the folder which contains your build and send it to your friends!
2. What next?
Now you’re free to explore all the possibilities of the Creator Kit. You can refer to the detailed manual for more information and Editor context.
This includes:
- An overview of all the settings for the weapons in this Creator Kit.
- Guidance on importing your own 3D model and using it to create a new type of weapon.
- Guidance on advanced gameplay features, for example creating a door lock system triggered when targets are destroyed.
If you enjoyed making this game, try our code-free 3D Game Kit to explore 3D worldbuilding in more detail and design platformer gameplay and puzzles.
Have fun creating!