FbxImporter Plugin
Out-of-the-box the Import System includes the FbxImporter plugin that allows importing of FBX models.
To use the FbxImporter plugin, just load it via the plugin_load console command or the following command line option on the application start-up:
-extern_plugin FbxImporter
Compile FbxImporter#
If you somehow change or extend the FbxImporter plugin, you should recompile it before running to make the changes available.
FBX SDK is required for recompiling the FbxImporter plugin:
- Get FBX SDK.
- Set the path to the <FBX SDK> folder in the FBXROOT environment variable.
-
Compile the plugin in one of the following ways:
-
By using the build script:
C:\UnigineSDK\source>build.py --plugin FbxImporter
- Via Microsoft Visual Studio: go to <UnigineSDK>\source\plugins\Import\FbxImporter, open the fbximporter_vs2015.vcxproj project and build it.
-
Last update:
2021-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)