Skip to content

Releases: Unity-Technologies/com.autodesk.fbx

Release 4.0.1

17 Mar 14:34
3b923c5
Compare
Choose a tag to compare

CHANGES

  • Update from prerelease to released package.

Release 3.0.1-preview

01 Apr 20:21
b4b7b62
Compare
Choose a tag to compare
Release 3.0.1-preview Pre-release
Pre-release
  • Fix incorrect DLL path used when calling functions, giving DLL not found errors.

3.0.0-preview.1, FBXSDK 2020.0

17 Dec 15:44
Compare
Choose a tag to compare
Pre-release

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)

28 Jun 17:22
Compare
Choose a tag to compare
Pre-release

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)

07 Jun 15:11
Compare
Choose a tag to compare
Pre-release

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)

28 May 14:42
Compare
Choose a tag to compare
Pre-release

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)

22 May 17:11
Compare
Choose a tag to compare

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

09 Feb 16:40
Compare
Choose a tag to compare

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

01 Feb 21:33
Compare
Choose a tag to compare
Pre-release

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