File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ See the "tl;dr" instructions above for instructions you can copy-paste.
70
70
71
71
You can add some options to the cmake line:
72
72
* To build a debug version, add the ` -DCMAKE_BUILD_TYPE=Debug ` flag.
73
- * To specify the path to Unity (e.g. to use a version other than the default), use the ` -DUNITY="Path/to/Unity/folder " ` flag.
73
+ * To specify the path to Unity (e.g. to use a version other than the default), use the ` -DUNITY="Path/to/UnityFolder " ` flag.
74
74
* By default the version number is specified in the CMakeLists.txt but can be overriden with ` -DPACKAGE_VERSION=x.y.z ` flag.
75
75
* By default the unity package drops in the FbxSharpBuild directory, but this can be overriden with ` -DPACKAGE_PATH=/path/to/package ` flag.
76
76
* To save time and avoid building the package, omit the line that mentions 'unitypackage'
You can’t perform that action at this time.
0 commit comments