Releases: Unity-Technologies/com.autodesk.fbx
Release 4.0.1
Release 3.0.1-preview
- Fix incorrect DLL path used when calling functions, giving DLL not found errors.
3.0.0-preview.1, FBXSDK 2020.0
Changelog:
CHANGES
- Upgraded to FBX SDK 2020.0
- Added bindings for FbxAnimCurve::KeySetTangents and FbxAnimCurve::KeyGetTangents
- Added bindings for FbxAnimCurveKey methods to set and get tangent mode and data
- Added bindings for FbxAxisSystem::DeepConvertScene
BUGFIXES
- The FBX SDK C# Bindings package now supports the IL2CPP backend.
KNOW ISSUES
- For Linux support use Ubuntu 18.04 (Bionic Beaver). The FBX SDK C# Bindings package is not compatible with CentOS 7.
2.0.0-preview (Sprint 64)
To use, simply replace your [unityProject]/Packages manifest.json file with this contents:
The FBX CSharp Bindings
{
"dependencies": {
"com.autodesk.fbx": "2.0.0-preview"
},
"registry": "https://staging-packages.unity.com"
}
Note: this will only install the C# bindings package, not the FbxExporters package.
See attachment for the binary as it can be found on bintray.com
1.7.0-preview (Sprint 61)
To use, simply replace your [unityProject]/Packages manifest.json file with this contents:
{
"dependencies": {
"com.unity.formats.fbx": "1.7.0-preview"
},
"registry": "https://api.bintray.com/npm/unity/unity-dev"
}
Note: this will only install the C# bindings package, not the FbxExporters package.
See attachment for the binary as it can be found on bintray.com
1.6.0-preview (Sprint 60)
To use, simply replace your [unityProject]/Packages manifest.json file with this contents:
{
"dependencies": {
"com.unity.formats.fbxsdk": "1.6.0-preview"
},
"registry": "https://api.bintray.com/npm/unity/unity-dev"
}
Note: this will only install the fbxsdk, not the FbxExporters package.
See attachment for the binary as it can be found on bintray.com
1.5.0-preview (Sprint 59)
To use, simply replace your [unityProject]/Packages manifest.json file with this contents:
{
"dependencies": {
"com.unity.formats.fbxsdk": "1.5.0-preview"
},
"registry": "https://api.bintray.com/npm/unity/unity-dev"
}
Note: this will only install the fbssdk, not the FbxExporters package.
See attachment for the binary as it can be found on bintray.com
Release 1.3.0a1
Fix Universal Windows Platform build error caused by UnityFbxSdk.dll being set as compatible with any platform instead of editor only.
Sprint 43 Prepare Forum Package
Add bindings for FbxAnimCurveFilterUnroll
Add binding for FbxGlobalSettings SetTimeMode to set frame rate
Release 1.2.0b1 Backwards Compatibility + Forum Release
Update version number
Replace meta files with meta files from release 1.0.0b1 for backwards compatibility