You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Miller 3ff35d442a wip 3 years ago
..
Documentation~ wip 3 years ago
Editor wip 3 years ago
Runtime wip 3 years ago
Tests wip 3 years ago
CHANGELOG.md wip 3 years ago
CHANGELOG.md.meta wip 3 years ago
Editor.meta wip 3 years ago
LICENSE.md wip 3 years ago
LICENSE.md.meta wip 3 years ago
README.md wip 3 years ago
README.md.meta wip 3 years ago
Runtime.meta wip 3 years ago
Tests.meta wip 3 years ago
Third Party Notices.md wip 3 years ago
Third Party Notices.md.meta wip 3 years ago
ValidationExceptions.json wip 3 years ago
ValidationExceptions.json.meta wip 3 years ago
package.json wip 3 years ago
package.json.meta wip 3 years ago

README.md

FBX SDK C# Bindings

This package contains only a subset of the Autodesk® FBX® SDK, and is designed to work in Unity only.

How to Access Bindings in Code

All the bindings are located under the FbxSdk namespace, and are accessed almost the same way as in C++. e.g. FbxManager::Create() in C++ becomes FbxSdk.FbxManager.Create() in C#

How to Access Global Variables and Functions

All global variables and functions are in Globals.cs, in the Globals class under the FbxSdk namespace. e.g. if we want to access the IOSROOT variable, we would do FbxSdk.Globals.IOSROOT