Hi , Im trying to create a city, ive made a series of “blocks” that contain one building and roads surrounding it in a square, so that when combined, they are seamless.
In these blocks are spline paths that npcs roam about in, my problem is , is that i need to be able to massively populate a city with them, i tried looking into making instanced static meshes and populating that way , but it doesnt seem to be possible. Am i stuck with placing each block by hand?
I have a bank of 25 blocks that i want to reuse as i build the city.
At some point i wanted to add traffic system too but it seems massively problematic, so i need a way of adding this also.