Create building via script

Hi,
just a question of a total unity beginner who considers using unity for a project:
Is it possible to create a building dynamically via script ? The idea is to specify the layout of a building via a json file and then to build the building based on this json via c# while the game runs.

Best regards

Frank

It is possible, but it’s very time consuming. Unity has the option of runtime mesh creation, so if you can tell him, what every part of the json file means (positions of walls, height, roof, etc.) then you can do it.