Skip to content

Commit 6a57a0d

Browse files
committed
CR changes
1 parent 449bf51 commit 6a57a0d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Assets/FbxExporters/README.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ export PACKAGE_NAME=FbxExporters
2626
export PACKAGE_VERSION={CurrentVersion}
2727
export FBXEXPORTERS_PACKAGE_PATH=${PROJECT_PATH}/${PACKAGE_NAME}_${PACKAGE_VERSION}.unitypackage
2828

29-
"${UNITY3D_PATH}" -projectPath "${PROJECT_PATH}" -importPackage ${FBXSDK_PACKAGE_PATH} -quit
29+
# must be non-batch to import correctly
30+
"${UNITY3D_PATH}" -projectPath "${PROJECT_PATH}" -importPackage ${FBXEXPORTERS_PACKAGE_PATH} -quit
3031

31-
# Use "InstallMaya2017CommandsOnly" to install an integration with no UI
32+
# Use "InstallMaya2017CommandsOnly" to install without UI
3233
"${UNITY3D_PATH}" -batchMode -projectPath "${PROJECT_PATH}" -executeMethod FbxExporters.Integrations.InstallMaya2017 -quit
3334

3435
Configuring Maya2017

0 commit comments

Comments
 (0)