- Home /
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
You can export the mesh of a single object using:
Answer by Graham-Dunnett · Nov 19, 2014 at 05:29 PM
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.
Your answer

Follow this Question
Related Questions
How can I dynamically create scene ? 1 Answer
How to select a gameobject by script dynamically 1 Answer
Best workflow for DontDestroyOnLoad method regarding Unity Editor? 1 Answer
Fastest way to instantiate thousands of objects at runtime? 1 Answer
How Can I Copy My Gameobject To Other Scene How Can I Copy Gameobject to different scene 1 Answer