Export Game Scene Objects as obj or fbx

Hello,

i explain what i need to do:
I have a 3d model and a script that add some gameobjects to game scene. I need to do this adding dynamically from code because they are a lot of items.
Ok, now is there any way to export the generated game scene objects as 3d model and import it to blender or other 3d editor?

Thanks,
Andrea

There is no Unity-provided way to export your scene into a format that a 3d modeller can read. You will need to find an asset that does this, or write the export yourself.