Skip to content

Commit 527d456

Browse files
committed
fix to Unity path ex
1 parent c5807dd commit 527d456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ See the "tl;dr" instructions above for instructions you can copy-paste.
7070

7171
You 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'

0 commit comments

Comments
 (0)