File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ export PACKAGE_NAME=FbxExporters
26
26
export PACKAGE_VERSION={CurrentVersion}
27
27
export FBXEXPORTERS_PACKAGE_PATH=${PROJECT_PATH}/${PACKAGE_NAME}_${PACKAGE_VERSION}.unitypackage
28
28
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
30
31
31
- # Use "InstallMaya2017CommandsOnly" to install an integration with no UI
32
+ # Use "InstallMaya2017CommandsOnly" to install without UI
32
33
"${UNITY3D_PATH}" -batchMode -projectPath "${PROJECT_PATH}" -executeMethod FbxExporters.Integrations.InstallMaya2017 -quit
33
34
34
35
Configuring Maya2017
You can’t perform that action at this time.
0 commit comments