Jonda_MC
Jonda_MC

Reputation: 45

Can I convert mesh (generated by script) to FBX file (or someting else that is compatible with blender). Unity

I have an island that is procedurally generated in unity using a script, and it would be good if I could somehow export the island I like and put it into blender. I need to model structures that will be suitable for the island.

I have no idea how to do this.

Thanks for any help

Upvotes: -1

Views: 155

Answers (2)

snail
snail

Reputation: 1

It'd be helpful if you could provide more details! Is the generated mesh only in runtime (as in you only see it when you hit play)? Or is it a GameObject in the scene?

Upvotes: 0

Christopher Emerson
Christopher Emerson

Reputation: 26

In the Unity editor, go up to the top menu bar (file, edit, asset, ect...). From Window drop down to PackageManager. Open it. In the package manager go to the upper left of the window there is a tab that starts with packages:and a name is in this field. Click it to drop down some options. Select Unity Registry to access all of the modules and add-ons Unity includes for free. In the search bar, type FBX Exporter. Download it and read the API. You should have no problem exporting your meshes.

Upvotes: 0

Related Questions