Skip to content

Commit 10f5276

Browse files
committed
add FBXSDK build
1 parent 79343c1 commit 10f5276

File tree

6 files changed

+29
-29
lines changed

6 files changed

+29
-29
lines changed

Assets/FbxSdk/LICENSE.txt

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Autodesk FBX SDK. Copyright (c) 2016 Autodesk, Inc. All rights reserved.
2-
Use of the FBX SDK requires agreeing to and complying with the FBX SDK License and Service Agreement terms
1+
Autodesk FBX SDK. Copyright (c) 2016 Autodesk, Inc. All rights reserved.
2+
Use of the FBX SDK requires agreeing to and complying with the FBX SDK License and Service Agreement terms
33
accessed at https://damassets.autodesk.net/content/dam/autodesk/www/Company/docs/pdf/legal-notices-&-trademarks/Autodesk_FBX_SDK_2015_License_and_Services_Agreement.pdf"

Assets/FbxSdk/Plugins/UnityFbxSdk.dll

100755100644
7.5 KB
Binary file not shown.

Assets/FbxSdk/Plugins/x64/MacOS/UnityFbxSdkNative.bundle/Contents/Info.plist

100755100644
File mode changed.

Assets/FbxSdk/README.txt

100755100644
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
FBX SDK C# Bindings
2-
===================
3-
4-
Autodesk FBX SDK. Copyright (c) 2016 Autodesk, Inc. All rights reserved.<br/>
5-
Use of the FBX SDK requires agreeing to and complying with the FBX SDK License and Service Agreement terms
6-
accessed at https://damassets.autodesk.net/content/dam/autodesk/www/Company/docs/pdf/legal-notices-&-trademarks/Autodesk_FBX_SDK_2015_License_and_Services_Agreement.pdf"
7-
8-
**Version**: 1.2.0b1
9-
10-
This package contains only a subset of the FbxSdk, and is designed to work in the Unity Editor only.
11-
12-
How to Access Bindings in Code
13-
-------------------------------
14-
All the bindings are located under the FbxSdk namespace,
15-
and are accessed almost the same way as in C++.
16-
e.g. FbxManager::Create() in C++ becomes FbxSdk.FbxManager.Create() in C#
17-
18-
19-
How to Access Global Variables and Functions
20-
--------------------------------------------
21-
All global variables and functions are in Globals.cs, in the Globals class under the FbxSdk namespace.
22-
e.g. if we want to access the IOSROOT variable, we would do FbxSdk.Globals.IOSROOT
23-
24-
25-
How to Access Documentation for Bindings
26-
----------------------------------------
27-
1. Unzip docs.zip outside of the Assets folder
1+
FBX SDK C# Bindings
2+
===================
3+
4+
Autodesk FBX SDK. Copyright (c) 2016 Autodesk, Inc. All rights reserved.<br/>
5+
Use of the FBX SDK requires agreeing to and complying with the FBX SDK License and Service Agreement terms
6+
accessed at https://damassets.autodesk.net/content/dam/autodesk/www/Company/docs/pdf/legal-notices-&-trademarks/Autodesk_FBX_SDK_2015_License_and_Services_Agreement.pdf"
7+
8+
**Version**: sprint42
9+
10+
This package contains only a subset of the FbxSdk, and is designed to work in the Unity Editor only.
11+
12+
How to Access Bindings in Code
13+
-------------------------------
14+
All the bindings are located under the FbxSdk namespace,
15+
and are accessed almost the same way as in C++.
16+
e.g. FbxManager::Create() in C++ becomes FbxSdk.FbxManager.Create() in C#
17+
18+
19+
How to Access Global Variables and Functions
20+
--------------------------------------------
21+
All global variables and functions are in Globals.cs, in the Globals class under the FbxSdk namespace.
22+
e.g. if we want to access the IOSROOT variable, we would do FbxSdk.Globals.IOSROOT
23+
24+
25+
How to Access Documentation for Bindings
26+
----------------------------------------
27+
1. Unzip docs.zip outside of the Assets folder
2828
2. Open docs/html/index.html

Assets/FbxSdk/docs.zip

100755100644
1.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)