ManagedFBX is a .NET wrapper for Autodesk's FBX SDK, written in C++/CLI.
- Install the FBX SDK
- Ensure that the ManagedFbx project is pointing at the correct library and headers for the SDK
- Build the solution and verify it's working correctly by running the sample project provided
- Download the FBX SDK
- Extract the dll & lib files to, in the appropriate folders;
Engine\Source\ThirdParty\FBX\2016.1.1\lib\
- Ensure that build configuration is set to either X64 or X86
- Ensure that the ManagedFbx project is pointing at the correct library and headers for the SDK
- Build the solution and verify it's working correctly by running the sample project provided