We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce517d4 commit aa93e8eCopy full SHA for aa93e8e
README.md
@@ -12,3 +12,16 @@ Requirements
12
13
* [FBX SDK C# Bindings v0.0.1 or higher](https://github.com/Unity-Technologies/FbxSharp)
14
15
+Packaging
16
+---------
17
+
18
+**On OSX and Linux**
19
20
+```
21
+export PROJECT_PATH=~/Development/FbxExporters
22
+export UNITY3D_PATH=/Applications/Unity\ 5.6.1f1/Unity.app/Contents/MacOS/Unity
23
+export PACKAGE_NAME=FbxExporters
24
+export PACKAGE_VERSION=0.0.2
25
26
+"${UNITY3D_PATH}" -batchmode -projectPath "${PROJECT_PATH}" -exportPackage Assets/FbxExporters ${PROJECT_PATH}/${PACKAGE_NAME}_${PACKAGE_VERSION}.unitypackage -quit
27
0 commit comments