Dynamic gameobjects

Hi
is there a way to add gameobjects dynamically into the scene?

i want to store the scene information in a database and load the scene objects dynamically into a generic scene.

Please help

Thanks

Look up instantiate() in the docs. You can basically make a Prefab with your model/script/etc and instantiate it into your scene whenever you want to.