File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Packaging
16
16
** On OSX and Linux**
17
17
18
18
```
19
+ # clone the source
20
+ git clone https://github.com/Unity-Technologies/FbxExporters.git
21
+
19
22
export PROJECT_PATH=~/Development/FbxExporters
20
23
export UNITY3D_PATH=/Applications/Unity\ 5.6.1f1/Unity.app/Contents/MacOS/Unity
21
24
export PACKAGE_NAME=FbxExporters
@@ -29,7 +32,10 @@ export FBXSDK_PACKAGE_PATH=~/Development/FbxSharp/FbxSdk_0.0.4a.unitypackage
29
32
** On Windows**
30
33
31
34
```
32
- set PROJECT_PATH=/path/to/FbxExporters
35
+ # clone the source
36
+ git clone https://github.com/Unity-Technologies/FbxExporters.git
37
+
38
+ set PROJECT_PATH=%cd%/FbxExporters
33
39
set UNITY3D_PATH="C:/Program Files/Unity/Editor/Unity.exe"
34
40
set PACKAGE_NAME=FbxExporters
35
41
set PACKAGE_VERSION=0.0.3a
You can’t perform that action at this time.
0 commit comments