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 36
36
fi
37
37
rm -rf "${PROJECT_PATH}/Assets/FbxExporters/FbxSdk"
38
38
"${UNITY_EDITOR_PATH}" -projectPath "${PROJECT_PATH}" -importPackage "${FBXSDK_PACKAGE_PATH}" -quit
39
+ mv "%PROJECT_PATH%/Assets/FbxSdk" "%PROJECT_PATH%/Assets/FbxExporters"
39
40
"${UNITY_EDITOR_PATH}" -batchmode -projectPath "${PROJECT_PATH}" -exportPackage Assets/FbxExporters "${PROJECT_PATH}/FbxExporters_${PACKAGE_VERSION}.unitypackage" -quit
40
41
```
41
42
@@ -53,5 +54,6 @@ set FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
53
54
54
55
rmdir /s "%PROJECT_PATH%/Assets/FbxExporters/FbxSdk"
55
56
%UNITY3D_PATH% -projectPath "%PROJECT_PATH%" -importPackage %FBXSDK_PACKAGE_PATH% -quit
57
+ move "%PROJECT_PATH%/Assets/FbxSdk" "%PROJECT_PATH%/Assets/FbxExporters"
56
58
%UNITY3D_PATH% -batchmode -projectPath "%PROJECT_PATH%" -exportPackage Assets/FbxExporters %PROJECT_PATH%/%PACKAGE_NAME%_%PACKAGE_VERSION%.unitypackage -quit
57
59
```
You can’t perform that action at this time.
0 commit comments