New Scene Setup
Last updated
Last updated
As the first step, let's create a new empty scene in your project. Name the scene however you want. Delete the main camera from the new scene and add all prefabs that are under Prefabs→Grid→ Core System to the scene
Select the GameManager and fill in the missing properties according to the screenshot:
This should now allow you to start the scene without any errors, using the predefined placeable object database.
The GameConfig is pre configured to use the included PlaceableSODatabase. However if you want to use your own models for the grid system, you need to prepare your models as a placeable object and add them to your custom database.
In the next section you will learn how to replace the database with your own empty database. Then we will learn how to actually create placeables and assign them to your database, so you can actually use them in your game.