Any plugin for import .fbx at runtime?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Sam Feng

I’m writing software with Godot 3.2 and I want to load .fbx files into the engine at runtime, I found a plugin for parsing .obj files on GitHub but I couldn’t find anything for .fbx.

Does anyone know any mesh file import/parsing plugin that I can use in my project?

Or maybe some ways of using the current built-in importer to load .fbx at runtime?