
Augmented Reality Game Development
By :

Wow, now that our game consists of five scenes, it is time to bring everything together in a full game. There are just a couple of things we need to do in order to get everything connected. Perform the following instructions to configure the build settings and test the game:
From the menu, select File | Build Settings to open the Build Settings dialog. Drag the scenes from the Assets
folder in the Project window to Scenes in Build area. Reorder the scenes by dragging them around so that they match this screenshot:
Scenes in build
The game runs well, and there are a few bugs, but the one thing you may immediately notice is that the buttons and inventory items are not the same size we designed for. Not to worry, we will deal with the UI scaling issue in the...