File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ if test `uname -s` = 'Darwin' ; then
34
34
else
35
35
UNITY_EDITOR_PATH=/opt/Unity/Editor/Unity/Unity
36
36
fi
37
+ rm -rf "${PROJECT_PATH}/Assets/FbxSdk"
37
38
"${UNITY_EDITOR_PATH}" -projectPath "${PROJECT_PATH}" -importPackage "${FBXSDK_PACKAGE_PATH}" -quit
38
39
"${UNITY_EDITOR_PATH}" -batchmode -projectPath "${PROJECT_PATH}" -exportPackage Assets/FbxExporters Assets/FbxSdk Assets/Integrations "${PROJECT_PATH}/FbxExporters_${PACKAGE_VERSION}.unitypackage" -quit
39
40
```
@@ -50,6 +51,7 @@ set PACKAGE_NAME=FbxExporters
50
51
set PACKAGE_VERSION=0.0.5a
51
52
set FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
52
53
54
+ rmdir /s "%PROJECT_PATH%/Assets/FbxSdk"
53
55
%UNITY3D_PATH% -projectPath "%PROJECT_PATH%" -importPackage %FBXSDK_PACKAGE_PATH% -quit
54
56
%UNITY3D_PATH% -batchmode -projectPath "%PROJECT_PATH%" -exportPackage Assets/FbxExporters Assets/FbxSdk Assets/Integrations %PROJECT_PATH%/%PACKAGE_NAME%_%PACKAGE_VERSION%.unitypackage -quit
55
57
```
You can’t perform that action at this time.
0 commit comments