Grid cities

First you need to read the fundamentals of SceneCity

In the cities of this type, the roads are restricted to parallel and perpendicular directions, and the buildings and the roads never overlap. They are perfectly assembled, a bit like Lego blocks. You have control on how many districts types you want, and which buildings to use for each district type.

Here you'll learn how to create one as quickly as possible. In the detailed page, you'll see more details on how the generation works, so you can adapt it to your own needs.

Start by importing the pre-made assets and preset city graphs, as explained in the fundamentals.

In the outliner, delete all the imported objects and collections, except for the high-poly assets, and the high-poly asset instances.

Those assets will be used by the city, they will be instanciated.

Create a new collection, name it City, then select it. The city and all its objects will be created into that collection.

Select the grid city, in SceneCity's node panel. Locate the node in this image (right of the graph) and click on its create button.

What you just did is tell SceneCity to instantiate the roads and buildings models, according to a random district map. They are output as dupli vert instances, meaning they're very light. It's also possible to output them as individual objects.

You can easily change the city size by changing the value of the grid size, to something larger. A unit is 10 meters, for the city area, so don't make it too large or it will be very long to generate, and your viewport will lag.

You can also easily have a new random district distribution by changing the layout's seed. Click on the randomize seed button, then delete the old city by clicking on the delete objects button of the previous node above, then click create objects again.

Completed

Now you have a basic understanding of how grid cities are made. You can try and experiment with the graph, see if you can figure things out, study how the buildings and roads are made, change the materials, or add manual details to the city.

Next you should learn how to create such cities from scratch, use them to their full potential, so they can perfectly fit your needs and your urban projects.