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 00e4582c08 Plugins system 3 years ago
..
Documentation~ Plugins system 3 years ago
Editor Plugins system 3 years ago
Runtime Plugins system 3 years ago
Tests Plugins system 3 years ago
CHANGELOG.md Plugins system 3 years ago
CHANGELOG.md.meta Plugins system 3 years ago
Editor.meta Plugins system 3 years ago
LICENSE.md Plugins system 3 years ago
LICENSE.md.meta Plugins system 3 years ago
README.md Plugins system 3 years ago
README.md.meta Plugins system 3 years ago
Runtime.meta Plugins system 3 years ago
Tests.meta Plugins system 3 years ago
Third Party Notices.md Plugins system 3 years ago
Third Party Notices.md.meta Plugins system 3 years ago
ValidationExceptions.json Plugins system 3 years ago
ValidationExceptions.json.meta Plugins system 3 years ago
package.json Plugins system 3 years ago
package.json.meta Plugins system 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