File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ 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
+ rm -rf "${PROJECT_PATH}/Assets/FbxExporters/ FbxSdk"
38
38
"${UNITY_EDITOR_PATH}" -projectPath "${PROJECT_PATH}" -importPackage "${FBXSDK_PACKAGE_PATH}" -quit
39
- "${UNITY_EDITOR_PATH}" -batchmode -projectPath "${PROJECT_PATH}" -exportPackage Assets/FbxExporters Assets/FbxSdk Assets/Integrations "${PROJECT_PATH}/FbxExporters_${PACKAGE_VERSION}.unitypackage" -quit
39
+ "${UNITY_EDITOR_PATH}" -batchmode -projectPath "${PROJECT_PATH}" -exportPackage Assets/FbxExporters "${PROJECT_PATH}/FbxExporters_${PACKAGE_VERSION}.unitypackage" -quit
40
40
```
41
41
42
42
** On Windows**
@@ -51,7 +51,7 @@ set PACKAGE_NAME=FbxExporters
51
51
set PACKAGE_VERSION=0.0.5a
52
52
set FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
53
53
54
- rmdir /s "%PROJECT_PATH%/Assets/FbxSdk"
54
+ rmdir /s "%PROJECT_PATH%/Assets/FbxExporters/ FbxSdk"
55
55
%UNITY3D_PATH% -projectPath "%PROJECT_PATH%" -importPackage %FBXSDK_PACKAGE_PATH% -quit
56
- %UNITY3D_PATH% -batchmode -projectPath "%PROJECT_PATH%" -exportPackage Assets/FbxExporters Assets/FbxSdk Assets/Integrations %PROJECT_PATH%/%PACKAGE_NAME%_%PACKAGE_VERSION%.unitypackage -quit
56
+ %UNITY3D_PATH% -batchmode -projectPath "%PROJECT_PATH%" -exportPackage Assets/FbxExporters %PROJECT_PATH%/%PACKAGE_NAME%_%PACKAGE_VERSION%.unitypackage -quit
57
57
```
You can’t perform that action at this time.
0 commit comments