How to build FbxExporter
Steps:
$ means CLI command.
- Import FbxExporter to your project
- FBXSDK install
- $ sudo apt install cmake
- $ cd $FBX_EXPORTER_PARENT
- $ git clone $FBX_EXPORTER_URL
- $ cd Plugin
- $ cmake .
- $ make
- $ cp FbxExporter/libFbxExporterCore.so $PROJDIR/Assets/UTJ/FbxExporter/Plugins/x86_64
Variables:
- $FBX_EXPORTER_PARENT: The parent directory of FbxExporter repository
- $FBX_EXPORTER: Your local directory of FbxExporter repository
- $FBX_EXPORTER_URL: The git URL of FbxExporter(maybe,
[email protected]:unity3d-jp/FbxExporter.git) - $PROJDIR: The root directory of your project