File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Copyright (c) 2017 Unity Technologies. All rights reserved.
5
5
Licensed under the ##LICENSENAME##.
6
6
See LICENSE.md file for full license information.
7
7
8
- **Version**: 0.0.4a
8
+ **Version**: 0.0.55555a
9
9
10
10
Requirements
11
11
------------
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ See LICENSE.md file in the project root for full license information.
8
8
Requirements
9
9
------------
10
10
11
- * [ FBX SDK C# Bindings v0.0.3a or higher] ( https://github.com/Unity-Technologies/FbxSharp )
11
+ * [ FBX SDK C# Bindings v0.0.4a or higher] ( https://github.com/Unity-Technologies/FbxSharp )
12
12
13
13
Packaging
14
14
---------
@@ -22,7 +22,7 @@ git clone https://github.com/Unity-Technologies/FbxExporters.git
22
22
export PROJECT_PATH=~/Development/FbxExporters
23
23
export UNITY3D_PATH=/Applications/Unity\ 5.6.1f1/Unity.app/Contents/MacOS/Unity
24
24
export PACKAGE_NAME=FbxExporters
25
- export PACKAGE_VERSION=0.0.4a
25
+ export PACKAGE_VERSION=0.0.5a
26
26
export FBXSDK_PACKAGE_PATH=~/Development/FbxSharp/FbxSdk_0.0.4a.unitypackage
27
27
28
28
"${UNITY3D_PATH}" -projectPath "${PROJECT_PATH}" -importPackage ${FBXSDK_PACKAGE_PATH} -quit
@@ -38,7 +38,7 @@ git clone https://github.com/Unity-Technologies/FbxExporters.git
38
38
set PROJECT_PATH=%cd%/FbxExporters
39
39
set UNITY3D_PATH="C:/Program Files/Unity/Editor/Unity.exe"
40
40
set PACKAGE_NAME=FbxExporters
41
- set PACKAGE_VERSION=0.0.3a
41
+ set PACKAGE_VERSION=0.0.5a
42
42
set FBXSDK_PACKAGE_PATH=/path/to/FbxSdk.unitypackage
43
43
44
44
%UNITY3D_PATH% -projectPath "%PROJECT_PATH%" -importPackage %FBXSDK_PACKAGE_PATH% -quit
You can’t perform that action at this time.
0 commit comments