File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Assets/FbxExporters/Integrations/Autodesk/maya/scripts Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,6 @@ if [ ! -d "${PROJECT_PATH}" ]; then
26
26
fi
27
27
echo " Using PROJECT_PATH=${PROJECT_PATH} "
28
28
29
- # Configure where unitypackage is located
30
- if [ ! -f " ${PACKAGE_PATH} " ]; then
31
- PACKAGE_PATH=` ls -t ${PROJECT_PATH} /FbxExporters_* .unitypackage | head -1`
32
- fi
33
- echo " Using PACKAGE_PATH=${PACKAGE_PATH} "
34
-
35
29
# Configure where Maya is installed
36
30
if [ ! -d " ${MAYA_LOCATION} " ]; then
37
31
MAYA_LOCATION=/Applications/Autodesk/maya2017/Maya.app/Contents
@@ -43,15 +37,6 @@ if [ ! -f "${UNITY_EDITOR_PATH}" ]; then
43
37
exit -1
44
38
fi
45
39
46
- # remove existing installation
47
- if [ -d " ${PROJECT_PATH} /Assets/FbxExporters" ]; then
48
- echo " Uninstalling previous version"
49
- rm -rf " ${PROJECT_PATH} /Assets/FbxExporters"
50
- fi
51
-
52
- # Install FbxExporters package
53
- " ${UNITY_EDITOR_PATH} " -projectPath " ${PROJECT_PATH} " -importPackage ${PACKAGE_PATH} -quit
54
-
55
40
# Install Maya Integration
56
41
" ${UNITY_EDITOR_PATH} " -batchMode -projectPath " ${PROJECT_PATH} " -executeMethod FbxExporters.Integrations.InstallMaya -quit
57
42
You can’t perform that action at this time.
0 commit comments