FBX Exporter Import how to use this at runtime

How do I get this to work with unity 2019.1.2f

I’m using the latest version of FBX Exporter

Any help would be appreciated

My Use case

Run Unity - Play Mode

Select FBX file folder via string pathName

Import the FBX into current scene as a prefab

, I thought the Basic importer would do this but not working

Any Help would be much appreciated

Need to look for external plugins to read model files (if you want to do this at runtime),
asset store has some, and i’ve some free ones too. (for fbx and other formats)

Thank

Looking into the FBX SDK use case

https://github.com/Unity-Technologies/com.autodesk.fbx/blob/master/README.md

See if this works

How are the free ones called that you have? Did not find them on the AssetStore or GitHub?

Thanks

some listed here,
https://github.com/UnityCommunity/CADImportExport/issues/1

1 Like

Thank you very much!