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 b685dba commit 9d8e308Copy full SHA for 9d8e308
README.md
@@ -40,7 +40,7 @@ make
40
# clone the source
41
git clone https://github.com/Unity-Technologies/FbxExporters.git
42
43
-set PACKAGE_VERSION=0.0.14a
+set PACKAGE_VERSION=master
44
set FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
45
46
mkdir FbxExportersBuild
@@ -54,8 +54,8 @@ cmake --build . --target ALL_BUILD --config Release
54
55
56
57
-export PACKAGE_VERSION=0.0.14a
58
-export FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
+PACKAGE_VERSION=master
+FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
59
60
if [ ! -f "${UNITY_EDITOR_PATH}" ]; then
61
UNITY_EDITOR_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"
0 commit comments