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.
7070
7171You can add some options to the cmake line:
7272* 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.
7474* By default the version number is specified in the CMakeLists.txt but can be overriden with ` -DPACKAGE_VERSION=x.y.z ` flag.
7575* By default the unity package drops in the FbxSharpBuild directory, but this can be overriden with ` -DPACKAGE_PATH=/path/to/package ` flag.
7676* 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