Skip to content

Commit 6ba0d53

Browse files
committed
UNI-20616 README readable in Unity Viewer
1 parent 057f6f9 commit 6ba0d53

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.

LICENSE.md renamed to LICENSE.txt

File renamed without changes.

README.md renamed to README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Packaging
1919
export PROJECT_PATH=~/Development/FbxExporters
2020
export UNITY3D_PATH=/Applications/Unity\ 5.6.1f1/Unity.app/Contents/MacOS/Unity
2121
export PACKAGE_NAME=FbxExporters
22-
export PACKAGE_VERSION=0.0.3a
23-
export FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
22+
export PACKAGE_VERSION=0.0.4a
23+
export FBXSDK_PACKAGE_PATH=~/Development/FbxSharp/FbxSdk_0.0.4a.unitypackage
2424

25-
"${UNITY3D_PATH} -projectPath "${PROJECT_PATH}" -importPackage ${FBXSDK_PACKAGE_PATH} -quit
25+
"${UNITY3D_PATH}" -batchmode -projectPath "${PROJECT_PATH}" -importPackage ${FBXSDK_PACKAGE_PATH} -quit
2626
"${UNITY3D_PATH}" -batchmode -projectPath "${PROJECT_PATH}" -exportPackage Assets/FbxExporters Assets/FbxSdk ${PROJECT_PATH}/${PACKAGE_NAME}_${PACKAGE_VERSION}.unitypackage -quit
2727
```
2828

0 commit comments

Comments
 (0)