Unity FBX exporter

I want to make an FBX runtime exporter...so that the current Unity Scene is exported as an FBX. However, I have no idea how to do this! What should I do? I don't need an exact script, just pointing in the right direction.

1 Answer

1

I'm not sure if the fbx file format specifications are out in open knowledge so the only way you would be able to do this is to create a fbx sdk plugin for unity (if one does not already exist). Autodesk has the resources to get you started with the fbx sdk.