Connecting the pieces
With the Places scene complete, now we need to integrate the scene back into the Gamescene. Perform the following instructions to configure the Places scene so that it can be loaded by the GameManager
:
- From the
Assets
folder in the Project window, drag theGame
scene into the Hierarchy window. - Select the
Inventory
service in the Places scene, and note what you set the Inventory Service - Database Version to in the Inspector window. Then, select theInventory
service in the Game scene and change the Inventory Service - Database Version to match.Note
If we did not do this step, the database may get corrupted and just wipe itself clean with the updated objects. This is not so critical at this point, but would be very inconvenient to any users if you were creating an update of the game.
- Since we only need one
Inventory
service, select theInventory
service object in the Places scene and press delete to remove it. Select and delete theEvent System
object in the Places scene...