Skip to content

Commit 74e1464

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into UNI-27977-generalize-DCC-app-selection
2 parents a4ceccf + 9d8e308 commit 74e1464

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ make
4040
# clone the source
4141
git clone https://github.com/Unity-Technologies/FbxExporters.git
4242
43-
set PACKAGE_VERSION=0.0.14a
43+
set PACKAGE_VERSION=master
4444
set FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
4545
4646
mkdir FbxExportersBuild
@@ -54,8 +54,8 @@ cmake --build . --target ALL_BUILD --config Release
5454
# clone the source
5555
git clone https://github.com/Unity-Technologies/FbxExporters.git
5656
57-
export PACKAGE_VERSION=0.0.14a
58-
export FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
57+
PACKAGE_VERSION=master
58+
FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
5959
6060
if [ ! -f "${UNITY_EDITOR_PATH}" ]; then
6161
UNITY_EDITOR_PATH="/Applications/Unity/Unity.app/Contents/MacOS/Unity"

0 commit comments

Comments
 (0)